forked from goodboy/tractor
Opting for performance over broad multi-actor "debug-ability" from sync-function-contexts when `debug_mode=True` is set; IOW prefer no behind-the-scenes `greenlet` perf impact over being able to use an actor-safe `breakpoint()` wherever as per, https://greenback.readthedocs.io/en/latest/principle.html#performance Adjust the breakpoint restore ex script to match. |
||
---|---|---|
.. | ||
advanced_faults | ||
debugging | ||
integration | ||
parallelism | ||
__init__.py | ||
__main__.py | ||
a_trynamic_first_scene.py | ||
actor_spawning_and_causality.py | ||
actor_spawning_and_causality_with_daemon.py | ||
asynchronous_generators.py | ||
full_fledged_streaming_service.py | ||
infected_asyncio_echo_server.py | ||
multiple_streams_one_portal.py | ||
quick_cluster.py | ||
remote_error_propagation.py | ||
rpc_bidir_streaming.py | ||
service_discovery.py |