- `asynckivy.start()` always returns a `Task`. (If you give it a non-Task, it will be wrapped in a Task) - `asynckivy.raw_start()` starts a coroutine without wrapping it in a Task
0.3.0
0.2.1
0.2.0
0.1.1
new feature
- `interpolate()`, asynchronously interpolates numeric-value - `adaptor.to_trio`, excutes asynckivy-flavored code under Trio (experimental) - `Task`, a high-level object that wraps coroutine object (experimental)