The idea is that you can have multiple implementat...
# coroutines
e
The idea is that you can have multiple implementation backends behind them and your code should not care how the bytes are actually read from/written to sockets. NIO is just something we can whip up fast w/o external dependencies in our libs.
3