Expand description
This module provides utilities for working with JavaScript types
which do not implement Send
, in contexts where Send
is required.
Workers is guaranteed to be single-threaded, so it is safe to
wrap any type with Send
and Sync
traits.
Structsยง
- Send
Future - Wrap any future to make it
Send
. - Send
Wrapper - Wrap any type to make it
Send
.