ReferenceΒΆ
Contents:
- Base executors:
thread_pool,process_pool,sync - Retrying:
RetryExecutor - Throttling:
ThrottleExecutor - Timing out futures:
f_timeout,TimeoutExecutor - Cancellation of futures:
f_nocancel,CancelOnShutdownExecutor - Polling:
PollExecutor - asyncio bridge:
AsyncioExecutor - Binding callables to executors:
bind,flat_bind - Creating futures from values:
f_return* - Transforming futures:
f_map,f_flat_map,MapExecutor,FlatMapExecutor - Proxy futures:
f_proxy - Applying functions:
f_apply - Boolean operations:
f_or,f_and - Futures and sequences:
f_traverse,f_sequence,f_zip