* Add the experimental task_throw and task_interrupt methods
0.10.1
* Add the `aiter_sync()` function
0.10.0
* Rename `coro_sync` to `await_sync` * Add Monitor start() and try_await() methods * Add support for PyPy * Drop support for EOL Python 3.7 * Rename MonitorAwaitable to BoundMonitor, add convenience BoundMonitor is returned by calling Monitor with coroutine. * add `aclose()` to Monitor and MonitorAwaitable
0.9.2
* rename `ensure_corofunc` to `asyncfunction`, add `syncfunction`
0.9.1
* Add `ensure_corofunc`
0.9.0
* Add `coro_sync` * Add `CoroStart.aclose()` and related