| Copyright | Copyright (C) 2012-2015 Mitsutoshi Aoe |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Mitsutoshi Aoe <maoe@foldr.in> |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Control.Concurrent.Async.Lifted.Safe
Description
Warning: This module is available only if built with monad-control >= 1.0.0. If you have an older version of monad-control, use Control.Concurrent.Async.Lifted instead.
This is a safe variant of Control.Concurrent.Async.Lifted.
This module assumes your monad stack to satisfy so you can't
mess up monadic effects. If your monad stack is stateful, use
StM m a ~ aControl.Concurrent.Async.Lifted with special care.