coro
is a coroutine implementation in golang using goroutines.
This package is the goroutine-based implementation achieved by Russ Cox in this amazing article on the matter.
go get github.com/lucafmarques/coro
This work is licensed under a Creative Commons Attribution 4.0 International License.