| ▲ | adzm 3 hours ago | |
I wish await in JavaScript could conditionally yield. Instead I end up having to use arounds like if (shouldYield()) await do yield(); | ||
| ▲ | baxuz 3 hours ago | parent [-] | |
There's an RFC or two to spawn threads so I'm looking forward to that. The current way of workers + messages is tedious as hell. | ||