1 Open Issue Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Software Development Framework Development

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

IO Engine for Cloudbus

C++