Safe Haskell | None |
---|---|
Language | Haskell2010 |
Futures
Documentation
Abstraction over a pattern where you delegate an IO action to be executed on another thread, but are still interested in processing its result some time later on. In the meantime you can execute other actions. IOW, it is an implementation of asynchronous programming pattern.
Another way to look at future is as on an evaluate-once computation.