In all these coroutine talks they talk about fan-o...
# coroutines
p
In all these coroutine talks they talk about fan-out fan-in like its a common term. What does that mean?
d
Simply put, Fan-in means one coroutine processing the output of multiple coroutines. Fan-out means multiple coroutines processing the output of one coroutine.
Although, it doesn't have to be one coroutine, just less coroutines really.
d
There's an example in the official coroutine channel's docs