blob: 9e12a945d09d36750686103bd1b4ccf1ed18e668 [file]
Throttling: ``ThrottleExecutor``
================================
ThrottleExecutor limits the number of concurrently executing futures.
.. autoclass:: more_executors.throttle.ThrottleExecutor
:members:
.. automethod:: more_executors.Executors.with_throttle(executor, count, logger=None)