@hackage / future

Supposed to mimics and enhance proposed C++ "future" features

Latest2.0.0

About

Metadata

  • Last updated , by ChrisKuklewicz
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: Chris Kuklewicz <haskell@list.mightyreason.com>

  • Lottery factor: 0

Links

Installation

Readme

Similar to "futures" in C++ (with support for cotinuations). This differs from IVars in that the value is from an action in a spawned thread, and exceptions are caught and returned.