* Add `use_threading` argument to * Add initial documentation (which currently not served on readthedocs.io due to Python version problem)
0.3.2
------------------
* Add `extra_procs` argument to `start_server()` function * Add socket and ZeroMQ server examples * Improve CI configs
0.3.1
------------------
* Improve CI scripts * Adopt editorconfig
0.3.0
------------------
* Add `start_server()` function using multiprocessing with automatic children lifecycle management * Clarify the semantics of `AsyncContextGroup` using `asyncio.gather()` with `return_exceptions=True`
0.2.0
------------------
* Add abstract types for `AsyncContextManager` * Rename `AsyncGenContextManager` to `AsyncContextManager` * Add `AsyncContextGroup`