Python concurrent Package
Definition and Usage
The concurrent package provides tools for concurrent programming.
Most users work with the concurrent.futures submodule.
Members
| Member | Description |
|---|---|
| futures | Submodule providing high-level interfaces for asynchronously executing callables. |