Crate unsafe_send_sync

Source

Structsยง

UnsafeSend
A wrapper type that is always Send.
UnsafeSendSync
A wrapper type that is always Send and Sync.
UnsafeSync
A wrapper type that is always Sync.