promise-0.1.0.0: A monadic interface for async
Control.Concurrent.Promise
data Promise a Source
Instances
runPromise :: Promise a -> IO a Source
liftIO :: IO a -> Promise a Source