Module unsafe_send

Module unsafe_send 

Source
Expand description

Sendable wrapper types for non-Send types

This module provides wrapper types that allow non-Send types to be sent across thread boundaries. Use with caution - these are unsafe by design.

Structsยง

AlwaysSendable
Sendable
SendableComp
SmartPointerSendable
Most of the time, this smart pointer will need to be the last field of a struct to ensure proper drop order.
SmartPointerSendableComp