interruptible(boolean) reads differently than its intent #2248
etspaceman
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
I think adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
I generally agree this would be a good change, though I wish we could use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if we should create an alias around this. For example,
interruptible(false)
reads like it isn't interruptible. Perhaps we should considerinterruptibleOnce
andinterruptibleMany
.Beta Was this translation helpful? Give feedback.
All reactions