dispatchrun / dispatch-py

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

Fix registration of synchronous functions #129

Closed chriso closed 7 months ago

chriso commented 7 months ago

This fixes a bug where synchronous functions are registered with an incorrect function name ({func.__qualname__}_async).