-
Notifications
You must be signed in to change notification settings - Fork 505
Add support for Linux #15
Copy link
Copy link
Open
Labels
Description
While most of cppcoro is platform agnostic, some of the thread-pooling and I/O code is OS-specific.
This issue is for providing an implemention of the cppcoro I/O abstractions for Linux.
Will need to get it building under Clang as a first step. See #3.
Then:
- Look into writing an epoll I/O event loop, based io_service implementation.
- Port file and socket (once written) interfaces to Linux.
- Add build-system support for Linux
Reactions are currently unavailable