-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
From what I understood after reading some of really helpful articles by Mayank, Deno internally uses green threads to carry out async tasks (which I assume are I/O tasks).
But it's not immediately clear if worker threads are internally green threads or internally backed by native threads. From my very limited understanding after reading the spec - it isn't explicitly specified how worker threads should be implemented internally. Having ability to spawn green threads which communicate via message passing to me personally sounds like a great idea.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels