Module script::script_runtime

source Β·
Expand description

The script runtime contains common traits and structs commonly used by the script thread, the dom, and the worker threads.

Structs§

Enums§

Constants§

Statics§

Traits§

  • A cloneable interface for communicating with an event loop.
  • An interface for receiving ScriptMsg values in an event loop. Used for synchronous DOM APIs that need to abstract over multiple kinds of event loops (worker/main thread) with different Receiver interfaces.

Functions§