The module provides:
coro
: A implementation of "coroutine" using channel- copy & pasted from Russ Cox's Blog: https://research.swtch.com/coro
iter
: A implementation of iter: new package for iterators using thecoro
package.
The module provides:
coro
: A implementation of "coroutine" using channel
iter
: A implementation of iter: new package for iterators using the coro
package.