Structsยง
- Auto
Worker ๐Reset - Set the
worker
field of a related DedicatedWorkerGlobalScope object to a particular value for the duration of this objectโs lifetime. This ensures that the related Worker object only lives as long as necessary (ie. while events are being executed), while providing a reference that can be cloned freely. - Dedicated
Worker ๐CspProcessor - Dedicated
Worker ๐Global Scope
Enumsยง
- Dedicated
Worker ๐Control Msg - Messages sent from the owning global.
- Dedicated
Worker ๐Script Msg - Mixed
Message ๐
Constantsยง
Functionsยง
- interrupt_
callback ๐ โ