<@U2E974ELT> Sure. I guess the term "light-weight ...
# coroutines
s
@elizarov Sure. I guess the term "light-weight thread" kind of confused me. Coroutines are some task executed in a pool of threads, saying it simply. *Similar * to what we have when using ExucutorServices in Java, right? I know what you mean because I worked with Java's "manual tools" a lot.