Skip to content

release 5.1.0

Latest
Compare
Choose a tag to compare
@noxdafox noxdafox released this 27 Nov 20:51
· 5 commits to master since this release

Features:

  • issue #140: expose internal constants to allow changing default
    timeouts and polling intervals.
  • issue #141: add PID of expired process to ProcessExpired
    exception. Credits: @rsiemens
  • Add pool decorators parameter allowing to provide a PebblePool
    as executor for the decorated functions.

Fixes:

  • issue #137: reset SIGTERM default handler to child processes.
  • Include concurrent and asynchronous modules as top-level
    packages.

Improvements: