We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sync > Condvar
The predicate is always verified inside of the mutex before determining that thread must block.
Rather "determining that a thread"?
Alloc > Rc
The type Rc<T> provides shared ownership of a value of type T, allocated in the heap.
Rc<T>
T
Rather "allocated on the heap"? That's how it know it.