Skip to content

MarkusPalcer/Futures

Repository files navigation

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

About

A try to providing a functional way for task based processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages