libunifex icon indicating copy to clipboard operation
libunifex copied to clipboard

Implement schedule_after() for io_epoll_context and io_uring_context

Open lewissbaker opened this issue 4 years ago • 0 comments

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.

lewissbaker avatar Apr 08 '20 16:04 lewissbaker