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

more-executors

A library of composable Python executors and futures

Navigation

Contents:

  • User Guide
  • Reference
    • 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

  • Source
  • PyPI

Related Topics

  • Documentation overview
    • Previous: User Guide
    • Next: Base executors: thread_pool, process_pool, sync

Quick search

©2021, Rohan McGovern. | Page source
Fork me on GitHub