piker/piker/clearing
Tyler Goodlet 9931accc52 Port clearing systems to new tractor context api
This avoids somewhat convoluted "hackery" making 2 one-way streams
between the order client and the EMS and instead uses the new
bi-directional streaming and context API from `tractor`. Add a router
type to the EMS that gets setup by the initial service tree and which
we'll eventually use to work toward multi-provider executions and
order-trigger monitoring. Move to py3.9 style where possible throughout.
2021-06-01 10:48:23 -04:00
..
__init__.py Clearing is a better name 2021-04-03 12:22:14 -04:00
_client.py Port clearing systems to new tractor context api 2021-06-01 10:48:23 -04:00
_ems.py Port clearing systems to new tractor context api 2021-06-01 10:48:23 -04:00
_paper_engine.py Clearing is a better name 2021-04-03 12:22:14 -04:00