Skip to content

Szer/Hopac.IO

Repository files navigation

Hopac.IO

Build Status

Build status

Extensions for standard IO operations with Hopac Jobs without Task<T> or Async<T> overhead.

In order to start the build process run

> build.cmd // on windows

Paket and FAKE will do the rest. Build process described in build.fsx

What's inside

* Extensions
    * System.IO.Stream
        * ReadToEndJob
        * ReadJob
        * WriteJob
        * CopyToJob
    * System.IO.StreamReader
        * ReadToEndJob
    * System.Net.HttpWebRequest
        * GetResponseJob
        * GetRequestStreamJob

* Standalone functions
    * Azure
        * getAdTokenJob (login to Azure ActiveDirectory and get token)
    * Datalake
        * uploadJob
        * appendJob
        * downloadStreamJob
        * downloadStringJob
        * getFileListJob
    * Stream
        * readStream

Requirements

* .NET Standard 1.6

Maintainer(s)

About

Standard IO operations with Hopac Jobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published