8000 Tags · devilkun/aiomultiprocess · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: devilkun/aiomultiprocess

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

* Added uncaught exception handler for pool workers (omnilib#80, omnilib#82)
* Fixed testing on Windows/Python 3.8 (omnilib#73)
* Support for Python 3.9 (omnilib#83, omnilib#85)

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
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

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
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

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Minor release v0.6.1

- Better exception handling/proxying from child process (#27)
- Improved test coverage (#29)

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
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

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
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

v0.3.0

Toggle v0.3.0's commit message
Feature release:

- enable multiple coroutines per child process
- perf testing

v0.2.0

Toggle v0.2.0's commit message
Feature release:

- Run coroutines on child process or process pool
0