Open Issues Need Help
View All on GitHub Software Development • Framework Development
Design a stdexec scheduler for networked I/O 29 days ago
AI Summary: Design and implement a stdexec-based scheduler for the existing C++ I/O library (iosched), enabling asynchronous network I/O operations. This involves creating a scheduler factory that returns senders for network I/O, binding receivers to these senders, and potentially layering this with a higher-level scheduler for user-friendliness. The solution should integrate seamlessly with the existing iosched library's socket and event polling mechanisms.
Complexity:
5/5
enhancement help wanted