executors 0.10.0

A collection of high-performance task executors.
Documentation
Build #2013254 2025-04-19 11:21:29

# rustc version rustc 1.88.0-nightly (191df20fc 2025-04-18)

# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/executors-0.10.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/executors-0.10.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "numa-aware" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250418-1.88.0-nightly-191df20fc\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 3503dee5d78d731592d6e309d0e1d241b9db53da4663eb8b261651ccf74f33b9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3503dee5d78d731592d6e309d0e1d241b9db53da4663eb8b261651ccf74f33b9", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting executors v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | //! - See [threadpool_executor](threadpool_executor). [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 25 - //! - See [threadpool_executor](threadpool_executor). [INFO] [stderr] 25 + //! - See [threadpool_executor]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:28:40 [INFO] [stderr] | [INFO] [stderr] 28 | //! - See [crossbeam_channel_pool](crossbeam_channel_pool). [INFO] [stderr] | ---------------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 28 - //! - See [crossbeam_channel_pool](crossbeam_channel_pool). [INFO] [stderr] 28 + //! - See [crossbeam_channel_pool]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:31:45 [INFO] [stderr] | [INFO] [stderr] 31 | //! - See [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 31 - //! - See [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] 31 + //! - See [crossbeam_workstealing_pool]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | //! - Produces [Default](std::default::Default) implementations using [num_cpus](https://crates.io/crates/num_cpus) to determine pool... [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 33 - //! - Produces [Default](std::default::Default) implementations using [num_cpus](https://crates.io/crates/num_cpus) to determine pool sizes. [INFO] [stderr] 33 + //! - Produces [Default] implementations using [num_cpus](https://crates.io/crates/num_cpus) to determine pool sizes. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:35:132 [INFO] [stderr] | [INFO] [stderr] 35 | ...global queues in the [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 35 - //! - This feature flag determines the fairness mechanism between local and global queues in the [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] 35 + //! - This feature flag determines the fairness mechanism between local and global queues in the [crossbeam_workstealing_pool]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:42:72 [INFO] [stderr] | [INFO] [stderr] 42 | //! - Disable thread parking for the [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 42 - //! - Disable thread parking for the [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] 42 + //! - Disable thread parking for the [crossbeam_workstealing_pool]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:52:88 [INFO] [stderr] | [INFO] [stderr] 52 | //! - Concretely this setting currently only affects [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 52 - //! - Concretely this setting currently only affects [crossbeam_workstealing_pool](crossbeam_workstealing_pool). [INFO] [stderr] 52 + //! - Concretely this setting currently only affects [crossbeam_workstealing_pool]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/crossbeam_channel_pool.rs:65:44 [INFO] [stderr] | [INFO] [stderr] 65 | /// A handle to a [crossbeam_channel_pool](crossbeam_channel_pool) [INFO] [stderr] | ---------------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 65 - /// A handle to a [crossbeam_channel_pool](crossbeam_channel_pool) [INFO] [stderr] 65 + /// A handle to a [crossbeam_channel_pool] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/numa_utils.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | //! In particular the [ProcessingUnitDistance](ProcessingUnitDistance) code, [INFO] [stderr] | ---------------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! In particular the [ProcessingUnitDistance](ProcessingUnitDistance) code, [INFO] [stderr] 11 + //! In particular the [ProcessingUnitDistance] code, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/run_now.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | //! If you use [try_execute_locally](try_execute_locally) from within a job closure, [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 32 - //! If you use [try_execute_locally](try_execute_locally) from within a job closure, [INFO] [stderr] 32 + //! If you use [try_execute_locally] from within a job closure, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/run_now.rs:40:31 [INFO] [stderr] | [INFO] [stderr] 40 | /// A handle to the [run_now](run_now) executor [INFO] [stderr] | ------- ^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 40 - /// A handle to the [run_now](run_now) executor [INFO] [stderr] 40 + /// A handle to the [run_now] executor [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/run_now.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | /// Create a new [run_now](run_now) executor [INFO] [stderr] | ------- ^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 56 - /// Create a new [run_now](run_now) executor [INFO] [stderr] 56 + /// Create a new [run_now] executor [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/threadpool_executor.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | /// A handle to a [threadpool_executor](threadpool_executor) [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 48 - /// A handle to a [threadpool_executor](threadpool_executor) [INFO] [stderr] 48 + /// A handle to a [threadpool_executor] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/futures_executor.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | //! This functionality is provided via the [FuturesExecutor](FuturesExecutor) [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! This functionality is provided via the [FuturesExecutor](FuturesExecutor) [INFO] [stderr] 11 + //! This functionality is provided via the [FuturesExecutor] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `executors` (lib doc) generated 14 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/executors/index.html [INFO] running `Command { std: "docker" "inspect" "3503dee5d78d731592d6e309d0e1d241b9db53da4663eb8b261651ccf74f33b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3503dee5d78d731592d6e309d0e1d241b9db53da4663eb8b261651ccf74f33b9", kill_on_drop: false }` [INFO] [stdout] 3503dee5d78d731592d6e309d0e1d241b9db53da4663eb8b261651ccf74f33b9