Bases: gevent.pool.GroupMappingMixin
Waits until all outstanding tasks have been completed.
Add a new task to the threadpool that will run func(*args, **kwargs).
Waits until a slot is available. Creates a new thread if necessary.
| Returns: | A gevent.event.AsyncResult. |
|---|
Deprecated since version 1.1a2: Identical to apply(); the expected_errors argument is ignored.
Next page: gevent.util