<@U5NBC1Q4U> Reactor pattern is just a pattern to ...
# coroutines
e
@s1m0nw1 Reactor pattern is just a pattern to enable sharing the single thread among multiple tasks. Coroutines that are bound to the single thread are more direct and much easier way to reach the same goal. When I say easier, I mean that the code is easer to write and to read (to understand).