You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: