Hide
Real queues should be used for all the mmbob queueing. Now they are lists, with a thread that sleeps for so long, and then processes the list items (sometimes sleeping for a little while in between).
So even when the queue is empty, the object in it may have to wait for the maximum time. bad!
Show
Real queues should be used for all the mmbob queueing. Now they are lists, with a thread that sleeps for so long, and then processes the list items (sometimes sleeping for a little while in between).
So even when the queue is empty, the object in it may have to wait for the maximum time. bad!