DeletingQueueStrategy IO FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
DeletingQueueStrategy IO LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
DeletingQueueStrategy IO SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
DeletingQueueStrategy IO StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
DequeueStrategy IO FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
DequeueStrategy IO LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
DequeueStrategy IO SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
DequeueStrategy IO StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
EnqueueStrategy IO FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
EnqueueStrategy IO LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
EnqueueStrategy IO SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
QueueStrategy IO FCFS Source # | An implementation of the FCFS queue strategy. |
Instance details |
QueueStrategy IO LCFS Source # | An implementation of the LCFS queue strategy. |
Instance details |
QueueStrategy IO SIRO Source # | An implementation of the SIRO queue strategy. |
Instance details |
QueueStrategy IO StaticPriorities Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |
PriorityQueueStrategy IO StaticPriorities Double Source # | An implementation of the StaticPriorities queue strategy. |
Instance details |