Uh oh!
There was an error while loading. Please reload this page.
add docs for workers - #1432
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
styfle
commented
Mar 2, 2019
There was one bug in the example that was mixing function keyword and arrow functions. I think we should just use arrow functions for workers because its an advanced feature and so we can assume the reader understands ES6. |
Co-Authored-By: UziTech <tony@brix.ninja>
Co-Authored-By: UziTech <tony@brix.ninja>
Co-Authored-By: UziTech <tony@brix.ninja>
UziTech
commented
Mar 2, 2019
Nice catch |
UziTech
commented
Mar 7, 2019
wait to merge this until after worker_threads in node are stable |
UziTech
commented
Apr 26, 2019
I added notes about Worker Threads being experimental and Web Workers sending objects on https://docs-4nj255ohp.now.sh/#/USING_ADVANCED.md#workers I think this should be good to merge. |
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: UziTech <tony@brix.ninja>
Description
Add examples of how to run marked in a worker on node and in a browser.
https://docs-4nj255ohp.now.sh/#/USING_ADVANCED.md#workers
fixes#1184
Contributor
Committer
In most cases, this should be a different person than the contributor.