| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Funflow.External.Coordinator.Memory
Description
In-memory co-ordinator for funflow. This module is not greatly useful except for testing purposes.
Documentation
data MemoryCoordinator Source #
Constructors
| MemoryCoordinator |
Instances
Constructors
| MemHook | |
Fields | |
mhTaskQueue :: Lens' MemHook (TVar [TaskDescription]) Source #