Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 898 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 898 Bytes

Futures

A try to providing a functional way for task based processing

Description

This project extends the Reactive Extensions for .NET by Futures. Futures are monadic handlers to asynchronous operations that yield exactly one result or an error. In this way they are similar than the Tasks which are provided by the .NET-Framework already, but the handling of Futures seems more natural when you are used to working with IObservables or JavaScript Promises.

Code metrics

Coverage Status

How to install

Just install the NuGet package Futures.Main to your project. If you want support for your tests, install Futures.Testing too.

Documentation

The documentation of this project can be found in the Wiki