Expand description
WASM compatibility shims.
On native targets, these are aliases for Send/Sync. On wasm32, the bounds are removed since wasm32 is single-threaded.
Traits§
- Wasm
Compat Send - Marker trait equivalent to
Sendon native, unconditional on WASM. - Wasm
Compat Sync - Marker trait equivalent to
Syncon native, unconditional on WASM.
Type Aliases§
- Wasm
Boxed Future - A boxed future that is
Sendon native and unbound on WASM.