facebookexperimental / facebookexperimental/libunifex
trampoline_scheduler should support cancellation
Open
bug
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
In example/stream_cancellation.cpp, we're using `stop_when` together with `trampoline_scheduler`, but since `trampoline_scheduler` doesn't yet support cancellation, the stop signal is ignored. That makes this a pretty useless example. :-P
Contributor guide
Assessment
This issue has not been assessed yet.