We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98b4b8 commit b02fe3aCopy full SHA for b02fe3a
src/core/frame.cxx
@@ -67,6 +67,7 @@ struct frame_type {
67
68
[[nodiscard]]
69
constexpr auto is_cancelled() const noexcept -> bool {
70
+ // TODO: Should exception trigger cancellation?
71
for (cancellation *ptr = cancel; ptr != nullptr; ptr = ptr->parent) {
72
// TODO: if users can't use cancellation outside of fork-join
73
// then this can be relaxed
0 commit comments