blob: 8a65013b54a54bf5a72a57174de78c6cb3598e3d [file] [log] [blame]
Throttling: ``ThrottleExecutor``
================================
ThrottleExecutor limits the number of concurrently executing futures.
.. autoclass:: more_executors.ThrottleExecutor
:members:
.. automethod:: more_executors.Executors.with_throttle(executor, count, logger=None, block=False)