send

Wraps std.concurrency.send to make sure it's not possible to send a fearless.sharing.Exclusive that is already locked to another thread.

void
send
(
A...
)
(
Tid tid
,
auto ref A args
)

Meta