std::collections::blockingqueue {Value}

push_timeout

fn void? LinkedBlockingQueue.push_timeout(&self, Value value, Duration timeout)
Try to push, return CAPACITY_EXCEEDED if the queue is still full after timeout is reached.

Parameters