Nested Dispatch #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nested calls of the ´dispatch` method should be handled properly, i.e. handle the dispatch state on a stack.
This should make the
cancel
method only cancel the innermost dispatch and pop the corresponding event off the stack, while all other events are still completely dispatched.