andreasbuhr / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
364 stars 53 forks source link

Linux File Operations #79

Closed danlapid closed 8 months ago

danlapid commented 9 months ago

Adds linux file io operations to the library. Uses the previously added epoll api.