Copyright | Copyright (c) 2009-2016 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Tested with: GHC 8.0.1
This module defines some queue strategy instances
for the IO
computation.
Orphan instances
DeletingQueueStrategy IO StaticPriorities Source # | An implementation of the |
DeletingQueueStrategy IO SIRO Source # | An implementation of the |
DeletingQueueStrategy IO LCFS Source # | An implementation of the |
DeletingQueueStrategy IO FCFS Source # | An implementation of the |
EnqueueStrategy IO SIRO Source # | An implementation of the |
EnqueueStrategy IO LCFS Source # | An implementation of the |
EnqueueStrategy IO FCFS Source # | An implementation of the |
DequeueStrategy IO StaticPriorities Source # | An implementation of the |
DequeueStrategy IO SIRO Source # | An implementation of the |
DequeueStrategy IO LCFS Source # | An implementation of the |
DequeueStrategy IO FCFS Source # | An implementation of the |
QueueStrategy IO StaticPriorities Source # | An implementation of the |
QueueStrategy IO SIRO Source # | An implementation of the |
QueueStrategy IO LCFS Source # | An implementation of the |
QueueStrategy IO FCFS Source # | An implementation of the |
PriorityQueueStrategy IO StaticPriorities Double Source # | An implementation of the |