|
|
|
|
|
by brandonbloom
235 days ago
|
|
If you watched the video closely, you'll have noticed that this design parameterizes the code by an `io` interface, which enables pluggable implementations. Correctly written code in this style can work transparently with evented or threaded runtimes. |
|