This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Description
Interesting dispatchers redirect, which means that they need access to the Flow instance. That actually be tricky to get, since the only public API is via the Context, and who says that the dispatcher is anywhere near there?
I wonder if we should include a back pointer to the Flow in Traversal? Or add a Flow parameter to the Dispatch method?