std::collections::blockingqueue {Value}
try_push
fn void? LinkedBlockingQueue.try_push(&self, Value value)Try to push, return CAPACITY_EXCEEDED if the queue is full.fn void? LinkedBlockingQueue.try_push(&self, Value value)Try to push, return CAPACITY_EXCEEDED if the queue is full.