daokoder / dao

Dao Programming Language
http://daoscript.org
Other
198 stars 19 forks source link

Long-term RFC: add support for ECMAscript pthreads #521

Open dumblob opened 8 years ago

dumblob commented 8 years ago

Currently ECMAscript doesn't support multithreading, but there are plans to add the support soon:

A more or less functional implementations are already in Firefox and Chrome (Microsoft and Apple are aware of that), so we can try compilation of the VM with emscripten at any time.