| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Batch
Documentation
Constructors
| Batch | |
Fields
| |
data BatchHandle v m Source #
Constructors
| BatchHandle | |
Fields
| |
withBatchRunner :: forall v m a. MonadBaseControl IO m => Batch v m -> (BatchHandle v m -> m a) -> m a Source #