FutureSimpleQueue
class FutureSimpleQueue[T](capacity: Option[Int])(ec: ExecutionContext) extends SimpleQueue[[T] =>> Future[T], T]
Value members
Concrete methods
Eagerly adds the given item to the queue.
Eagerly adds the given item to the queue.
- Definition Classes