Is currently exec::schedule_after() supported on MSVC or MinGW?
denchat opened this issue · 2 comments
denchat commented
From the example folder, it seems that only io_uring_scheduler
supports exec::schedule_after()
.
Lines 31 to 47 in c2ebe84
Found usage examples only in io_uring:
https://github.com/search?q=repo%3ANVIDIA%2Fstdexec%20%20exec%3A%3Aschedule_after(&type=code
maikel commented
We could certainly implement a thread scheduler that satisfies the timed scheduler concept. I'm sure that @kirkshoop has already something in a branch.
Do you have a running setup on windows? Support on windows is limited and is currently being improved by @vasama
maikel commented
I found kirks implementation here https://github.com/kirkshoop/stdexec/blob/kirkshoop/wip-time-scheduler/include/exec/thread_scheduler.hpp