adaptive
adaptive copied to clipboard
WIP: replace BlockingRunner with AsyncRunner + asyncio.run
This eliminates a lot of code duplication. We also deprecate the use of BlockingRunner directly.
TODO
- [ ] use the deprecated sphinx directive in docstrings
- [ ] replaces uses of BlockingRunner in the documentation with Runner + asyncio.run