executors 0.9.0

A collection of high-performance task executors.
Documentation

executors

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 13 of them enabled by default.

default

  • threadpool-exec
  • cb-channel-exec
  • workstealing-exec
  • ws-timed-fairness
  • defaults

threadpool-exec

  • threadpool

cb-channel-exec

  • crossbeam-channel
  • async-task

workstealing-exec

  • crossbeam-channel
  • crossbeam-deque
  • rand
  • crossbeam-utils
  • async-task

ws-timed-fairness

    This feature flag does not enable additional features.

defaults

  • num_cpus

threadpool

    This feature flag does not enable additional features.

crossbeam-channel

    This feature flag does not enable additional features.

async-task

    This feature flag does not enable additional features.

crossbeam-deque

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

crossbeam-utils

    This feature flag does not enable additional features.

num_cpus

    This feature flag does not enable additional features.

thread-pinning

  • core_affinity

produce-metrics

  • metrics

numa-aware

  • thread-pinning

core_affinity

    This feature flag does not enable additional features.

ws-no-park

    This feature flag does not enable additional features.

metrics

    This feature flag does not enable additional features.