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ยง

Sendable
SendableComp