Is there an advantage to using coroutines in a sin...
# announcements
n
Is there an advantage to using coroutines in a single threaded context? Like an event loop with one thread (besides syntax)
k
It makes it easier to do async stuff without having to keep track of things yourself.
#C1CFAFJSK