Request Selector
inner class RequestSelector<T : ModelElement.QObject> : BlockingQueue.RequestSelectorIfc<T> (source)
The default is to select the next based on the queue discipline. This class can be used to define a default method for selecting the next receiver's request to receive items from the channel. The default is to use the queue discipline.
Functions
Link copied to clipboard
open override fun selectRequest(queue: Queue<BlockingQueue.ChannelRequest<T>>): BlockingQueue.ChannelRequest<T>?