Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

1.6.3

Compare
Choose a tag to compare
@lsbardel lsbardel released this 13 Dec 08:22
· 215 commits to master since this release
  • 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