facebookexperimental / facebookexperimental/libunifex
Implement schedule_after() for io_epoll_context and io_uring_context
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
The schedulers for these two execution contexts do not yet satisfy the 'time_scheduler' concept because they don't implement the `schedule_after()` CPO, only the `schedule_at()` and `now()` CPOs.
We should add implementations of `schedule_after()` for these contexts.
Contributor guide
Assessment
This issue has not been assessed yet.