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

Add section describing serialization and its quirks #118

Closed chriso closed 6 months ago

chriso commented 6 months ago

This PR adds a section to the README discussing how coroutines are serialized, and what issues might be encountered.

The DISPATCH_TRACE=1 environment variable is described here (fixing https://github.com/stealthrocket/dispatch-py/issues/116).