carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
Channel.Receiver
carbon
channel
Channel
Undocumented in source.
struct
Channel
(T...)
static shared
struct
Receiver {
shared
(
U
)*
pop
();
shared
(
AtomicDList
!
U
)
queue
();
}
Members
Functions
pop
shared
(
U
)*
pop
()
Undocumented in source. Be warned that the author may not have intended to support it.
queue
shared
(
AtomicDList
!
U
)
queue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
carbon
channel
Channel
functions
pop
put
queue
receiver
sender
static functions
opCall
structs
Receiver
Sender