|
rstd 0.1.0
|
Classes | |
| struct | mpmc::Entry |
| Represents a thread blocked on a specific channel operation. More... | |
Variables | |
| Operation | oper |
| The operation. | |
| void * | packet |
| Optional packet. | |
| Context | cx |
| Context associated with the thread owning this operation. | |
| std::atomic_bool | is_empty |
true if the waker is empty. | |
Files | |
| file | /home/runner/work/rstd/rstd/src/thread/mod.cppm |
| file | /home/runner/work/rstd/rstd/src/sync/mpsc/mpmc/waker.cppm |