dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

Use a local registry per dispatch instance #94

Open Pryz opened 7 months ago

Pryz commented 7 months ago

We are currently using a global function registry. While working in most of the cases, a single registry creates issues when different module are registering a function with the same __qualname__.