-
Notifications
You must be signed in to change notification settings - Fork 496
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
andoks, adah1972, yaoxinliu, aostrowski, deegoy2 and 4 more