worker
programmingJavaScript in a Web Worker thread for CPU-intensive computations
Inlets
| Message | Description |
|---|---|
bang | Trigger code execution |
| Update the code | |
run | Execute the code |
stop | Stop running code |
any | Data received via recv() callback |
Tags
programmingjavascriptworkerthreadingasync