concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
WaitableQueueProducer
concurrency
data
queue
waitable
Undocumented in source.
struct
WaitableQueueProducer (
Q
) {
import
core
.
sync
.
semaphore
:
Semaphore
;
;
bool
push
(Q.ElementType t);
}
Members
Functions
push
bool
push
(Q.ElementType t)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
data
queue
waitable
classes
WaitableQueue
structs
WaitableQueueProducer