Skip to main content

Module sendable

Module sendable 

Source
Expand description

Sendable NewType for automatic Send marker wrapping of JS primitives.

Structsยง

Sendable
Sendable wrapper for JS primitives.
SendableFuture
Sendable wrapper for a future, adding Send/Sync markers so a non-Send future (e.g. one driving JS primitives) can be used across thread boundaries within a single-threaded WASM async environment.