This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
1.6.3
- Windows tests in appveyor
- Select Event loop is the default in windows,
proactor
also available but with limited functionality - Multiprocessing is default concurrency model (
process
) for both linux and windows - Subprocess concurrency can be used in linux and windows with proactor event loop (
--concurrency subprocess
) - Bug fix in
stop_actors
e96cd13