best-doctor / Mario

Shaping your business logic in Python
MIT License
17 stars 2 forks source link

Add async support #28

Open Melevir opened 4 years ago

Melevir commented 4 years ago
  1. make pipes async
  2. add run_async method for pipeline that runs pipes as async coroutines.
  3. add validation that all pipes are async when running run_async
Melevir commented 4 years ago

This one is still relevant.