blob: fe4bddd36be1856f1580538bd0825ad0139dbdc6 [file] [edit]
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)