-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Is this package more like goroutines or coroutines?
goroutines: green-threads: cooperative-multitasking through context switching using a library or run-time.
(goroutines are non-preemptive, I believe, but the runtime decides when to context switch)
coroutines: cooperative-multitasking through subroutine yield or calls.
I didn't really understand from the Readme, which describes this package as coroutines, but compares it to go Goroutines/green threads.
Metadata
Metadata
Assignees
Labels
No labels