You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature release
- Pool.map/starmap can now be used in `async for` loops (#48)
- Added support for alternate event loops and uvloop (#50)
- Updated documentation, with a new user guide
Feature release
- Changed to use spawned processes by default on all platforms
- Use sharded work/result queues for Pools, using round robin
by default, with option to provide a custom scheduler
- Initializers now run after creating the event loop
- Full support for Python 3.8 and Windows
- Major refactoring and splitting of internals
- 100% test coverage
Feature release v0.6.0
- Enable passing initializer functions/args to process pools (#23)
- `kill()` and `close()` are only available on Python 3.7+
- Added correct Python version requirements to package metadata
- Bundled unit tests inside module for distrtibution
Feature release v0.5.0:
- Support Windows
- Support "spawn" contexts on all platforms
- Allow changing the multiprocessing context at runtime
- Better support for features in Python 3.7
Feature release v0.4.0:
- Allow awaiting Process objects directly to start/join child process
- Worker objects return final result from await/join
- Better unit testing, types, and documentation