
shutdown(wait=True)
to wait for queued tasks
Wait for all submitted tasks (running and queued) to complete before returning from ``shutdown(wait=True)``. Closes-Bug: #2121545 Change-Id: Ia94d11cda371cfe5c0b37d385db32d65f488b6d2 Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
Team and repository tags
Futurist
Code from the future, delivered to you in the now. The goal of this library would be to provide a well documented futures classes/utilities/additions that allows for providing a level of transparency in how asynchronous work gets executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc.
- Free software: Apache license
- Documentation: https://docs.openstack.org/futurist/latest/
- Source: https://opendev.org/openstack/futurist
- Bugs: https://bugs.launchpad.net/futurist
- Blueprints: https://blueprints.launchpad.net/futurist
- Release notes: https://docs.openstack.org/releasenotes/futurist
Description
Languages
Python
100%