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.
See Implementation
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.