Van Tran

14%
Flag icon
Coroutines are simply concurrent subroutines (functions, closures, or methods in Go) that are nonpreemptive — that is, they cannot be interrupted. Instead, coroutines have multiple points throughout which allow for suspension or reentry.
Concurrency in Go: Tools and Techniques for Developers
Rate this book
Clear rating
Open Preview