send

Places the values as a message at the back of tid's message queue.

Sends the supplied value to the thread represented by tid. As with std.concurrency.spawn, T must not have unshared aliasing.

void
send
(
T...
)

Meta

Suggestion Box / Bug Report