Copyright | Copyright (c) 2016-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Orphan instances
DequeueStrategy LIO FCFS Source # | An implementation of the |
strategyDequeue :: StrategyQueue LIO FCFS a -> Event LIO a # | |
DequeueStrategy LIO LCFS Source # | An implementation of the |
strategyDequeue :: StrategyQueue LIO LCFS a -> Event LIO a # | |
EnqueueStrategy LIO FCFS Source # | An implementation of the |
strategyEnqueue :: StrategyQueue LIO FCFS a -> a -> Event LIO () # | |
EnqueueStrategy LIO LCFS Source # | An implementation of the |
strategyEnqueue :: StrategyQueue LIO LCFS a -> a -> Event LIO () # | |
QueueStrategy LIO FCFS Source # | An implementation of the |
newStrategyQueue :: FCFS -> Simulation LIO (StrategyQueue LIO FCFS a) # strategyQueueNull :: StrategyQueue LIO FCFS a -> Event LIO Bool # | |
QueueStrategy LIO LCFS Source # | An implementation of the |
newStrategyQueue :: LCFS -> Simulation LIO (StrategyQueue LIO LCFS a) # strategyQueueNull :: StrategyQueue LIO LCFS a -> Event LIO Bool # |