pulsar v1.6.3 Release Notes

Release Date: 2016-12-13 // over 7 years ago
    • 🏁 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