|
|
|
|
|
by iainmerrick
3165 days ago
|
|
That threading style potentially fits OK with the JS "Web Worker" / "isolate" model, as long as you can pass messages around between threads/isolates very efficiently (probably not the case in current JS implementations). |
|