Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UpdateHandle - Fix error on call after completion
If a CallAfterHandle's completion disposed another CallAfterHandle or the UpdateHandle itself within the stack the iteration would error/fail. IsDisposed is now checked on each iteration. Improvements to the fix are described in #148
- Loading branch information