Module messages

Source

Re-exports§

pub use recv::*;
pub use to_dom::*;
pub use to_script::*;

Modules§

recv
IPC messages that are received in the WebGPU thread (usually from the ScriptThread, and more specifically from DOM objects)
to_dom
IPC messages that are sent to WebGPU DOM objects.
to_script
IPC messages that are sent to the ScriptThread.