(DequeueStrategy (RT m) FCFS, MonadComp m, MonadIO m) => DeletingQueueStrategy (RT m) FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
(DequeueStrategy (RT m) LCFS, MonadComp m, MonadIO m) => DeletingQueueStrategy (RT m) LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
(DequeueStrategy (RT m) SIRO, MonadComp m, MonadIO m) => DeletingQueueStrategy (RT m) SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
(DequeueStrategy (RT m) StaticPriorities, MonadComp m, MonadIO m) => DeletingQueueStrategy (RT m) StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
(QueueStrategy (RT m) FCFS, MonadComp m, MonadIO m) => DequeueStrategy (RT m) FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
(QueueStrategy (RT m) LCFS, MonadComp m, MonadIO m) => DequeueStrategy (RT m) LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
(QueueStrategy (RT m) SIRO, MonadComp m, MonadIO m) => DequeueStrategy (RT m) SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
(QueueStrategy (RT m) StaticPriorities, MonadComp m, MonadIO m) => DequeueStrategy (RT m) StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
(DequeueStrategy (RT m) FCFS, MonadComp m, MonadIO m) => EnqueueStrategy (RT m) FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
(DequeueStrategy (RT m) LCFS, MonadComp m, MonadIO m) => EnqueueStrategy (RT m) LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
(DequeueStrategy (RT m) SIRO, MonadComp m, MonadIO m) => EnqueueStrategy (RT m) SIRO Source # | A template-based implementation of the SIRO queue strategy. |
Instance details |
(Monad m, MonadComp m, MonadIO m) => QueueStrategy (RT m) FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
(MonadComp m, MonadIO m) => QueueStrategy (RT m) LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
(MonadComp m, MonadIO m) => QueueStrategy (RT m) SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
(MonadComp m, MonadIO m) => QueueStrategy (RT m) StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
(DequeueStrategy (RT m) StaticPriorities, MonadComp m, MonadIO m) => PriorityQueueStrategy (RT m) StaticPriorities Double Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |