<@U5SP8TVFA> It depends on the type of the applica...
# coroutines
e
@dekans It depends on the type of the application you are working on. Most apps are not heavy disk I/O users and thus it is not important on how they work with disk (doing blocking I/O will be fine for most). However, if you are in a position that significant portion of your application’s time is spent on waiting (blocking) for disk I/O, then you might consider moving to non-blocking I/O.