andreasbuhr / cppcoro

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

Linux: Added file io #76

Closed danlapid closed 12 months ago

danlapid commented 1 year ago

So after the previous PR adding the scheduler. This PR adds the file operations. Later https://github.com/danlapid/cppcoro/pull/4 will add socket operations as well