Enums§
- Worker
Incoming - Outcome of a non-blocking poll of a worker’s main-thread inbox.
Functions§
- install
- worker_
try_ recv - Try to receive ONE pending worker → main message and, for data messages,
deserialize the structured-clone bytes into
rvalinside the current thread’s persistent realm. Non-blocking; call from the main JS thread only. This is the primitive aworker.onmessageevent-loop integration builds on.