Module xl.impl
Package de.grogra.xl.impl.queues
package de.grogra.xl.impl.queues
-
ClassDescriptionA
Queue
represents a queue of tasks which is filled during the execution of an XL program.QueueDescriptor<Q extends Queue>AQueueDescriptor
is a handle to the methodQueueCollection.getQueue(QueueDescriptor)
, there it is used to instantiate a queue byQueueDescriptor.createQueue(QueueCollection)
.