Pool.receive

Relay data in the mailbox back to the provided function.

trusted: on the assumption that receiveTimeout is @safe _enough_. assuming ops is @safe.

class Pool
@trusted
bool
receive
(
T
)
(
T ops
)

Return Value

Type: bool

if data where received

Meta