Skip to content

Commit b02fe3a

Browse files
author
Conor
committed
add todo
1 parent d98b4b8 commit b02fe3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/frame.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ struct frame_type {
6767

6868
[[nodiscard]]
6969
constexpr auto is_cancelled() const noexcept -> bool {
70+
// TODO: Should exception trigger cancellation?
7071
for (cancellation *ptr = cancel; ptr != nullptr; ptr = ptr->parent) {
7172
// TODO: if users can't use cancellation outside of fork-join
7273
// then this can be relaxed

0 commit comments

Comments
 (0)