Replies: 2 comments 2 replies
-
This is very personal, feel free to oppose this proposal |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's an interesting proposal. I'm not against it. What would be a concrete use case of reentry? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, begin_window cannot be reentryed. Pros: prevent unintended reentry. Cons: cannot reset monitoring window (need to call end_window first). I personally prefer to make it reentryable. Example:
Beta Was this translation helpful? Give feedback.
All reactions