<@U0MMYM2A3> Unless you have async API, there is n...
# coroutines
e
@aaverin Unless you have async API, there is no much gain to get from coroutines. Coroutines enable you to do a lot of cool stuff (channels, actors, async pipelines, etc), but simply plugging them into otherwise regular blocking code will not bring any benefits.