|
|
|
|
|
by nope123
3293 days ago
|
|
Not true. We have shared memory (SharedArrayBuffer) and we have sharing (Atomics), but parallelism is not the answer. Single threaded concurrency is a better model IMO. From my understanding, what is missing is preemptive scheduling a la delimited continuation... |
|