[go: up one dir, main page]

Module worker::send

source ·
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§