Kixunil / genio

A type safe, low level replacement for `std::io`.
60 stars 11 forks source link

Consider making unified implementation for sync and async #17

Open Kixunil opened 4 years ago

Kixunil commented 4 years ago

It might be possible that sync and async can be implemented using same code, if the abstractions are right. Look into it.