Copyright | Copyright (c) 2015-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 DIO FCFS Source # | An implementation of the |
strategyDequeue :: StrategyQueue DIO FCFS a -> Event DIO a # | |
DequeueStrategy DIO LCFS Source # | An implementation of the |
strategyDequeue :: StrategyQueue DIO LCFS a -> Event DIO a # | |
EnqueueStrategy DIO FCFS Source # | An implementation of the |
strategyEnqueue :: StrategyQueue DIO FCFS a -> a -> Event DIO () # | |
EnqueueStrategy DIO LCFS Source # | An implementation of the |
strategyEnqueue :: StrategyQueue DIO LCFS a -> a -> Event DIO () # | |
QueueStrategy DIO FCFS Source # | An implementation of the |
newStrategyQueue :: FCFS -> Simulation DIO (StrategyQueue DIO FCFS a) # strategyQueueNull :: StrategyQueue DIO FCFS a -> Event DIO Bool # | |
QueueStrategy DIO LCFS Source # | An implementation of the |
newStrategyQueue :: LCFS -> Simulation DIO (StrategyQueue DIO LCFS a) # strategyQueueNull :: StrategyQueue DIO LCFS a -> Event DIO Bool # |