Settings

Theme

Coroutines for Golang

stealthrocket.tech

3 points by gedw99 2 years ago · 1 comment

Reader

gedw99OP 2 years ago

Coroutines are make up for the difficulties of using go routines.

Coroutines can explicitly yield control to their callers and other coroutines and send and receive data across yield points.

https://github.com/stealthrocket/coroutine has the code and a basic sample.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection