delay_timer 0.11.6

Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported.
Documentation
Build #2676432 2025-11-21 16:25:32
# rustc version
rustc 1.93.0-nightly (53732d5e0 2025-11-20)# docs.rs version
docsrs 0.6.0 (2682ed47 2025-11-19 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/delay_timer-0.11.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/delay_timer-0.11.6/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251120-1.93.0-nightly-53732d5e0\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 01a34e763a37b91f1f3c1f1f7e0c76a897d181bdd32580f933d287e721defb00
[INFO] running `Command { std: "docker" "start" "-a" "01a34e763a37b91f1f3c1f1f7e0c76a897d181bdd32580f933d287e721defb00", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: cycle_tokio_task, demo, demo_async_std, demo_async_std_and_tracing, demo_async_tokio, dynamic_cancel, generic, increase, profile_memory, share_tokio_runtime
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting delay_timer v0.11.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_IS_NIGHTLY`
[INFO] [stderr]    --> src/lib.rs:238:13
[INFO] [stderr]     |
[INFO] [stderr] 238 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(linked_list_cursors))]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `status_report`
[INFO] [stderr]    --> src/timer/timer_core.rs:175:11
[INFO] [stderr]     |
[INFO] [stderr] 175 |     #[cfg(feature = "status_report")]
[INFO] [stderr]     |           ^^^^^^^^^^---------------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"status-report"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `full`, and `status-report`
[INFO] [stderr]     = help: consider adding `status_report` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_IS_NIGHTLY`
[INFO] [stderr]   --> src/timer/runtime_trace/task_handle.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 |     #[cfg(RUSTC_IS_NIGHTLY)]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_IS_NIGHTLY`
[INFO] [stderr]   --> src/timer/runtime_trace/task_handle.rs:86:15
[INFO] [stderr]    |
[INFO] [stderr] 86 |     #[cfg(not(RUSTC_IS_NIGHTLY))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `SPLIT_INCLUSIVE_COMPATIBLE`
[INFO] [stderr]    --> src/utils/parse.rs:344:15
[INFO] [stderr]     |
[INFO] [stderr] 344 |     #[cfg(not(SPLIT_INCLUSIVE_COMPATIBLE))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(SPLIT_INCLUSIVE_COMPATIBLE)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(SPLIT_INCLUSIVE_COMPATIBLE)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `SPLIT_INCLUSIVE_COMPATIBLE`
[INFO] [stderr]    --> src/utils/parse.rs:361:11
[INFO] [stderr]     |
[INFO] [stderr] 361 |     #[cfg(SPLIT_INCLUSIVE_COMPATIBLE)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(SPLIT_INCLUSIVE_COMPATIBLE)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(SPLIT_INCLUSIVE_COMPATIBLE)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `dyn`
[INFO] [stderr]    --> src/utils/convenience.rs:112:20
[INFO] [stderr]     |
[INFO] [stderr] 112 |     ///Create a Box<dyn DelayTaskHandler> illusion.
[INFO] [stderr]     |                    ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `delay_timer` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/delay_timer/index.html
[INFO] running `Command { std: "docker" "inspect" "01a34e763a37b91f1f3c1f1f7e0c76a897d181bdd32580f933d287e721defb00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01a34e763a37b91f1f3c1f1f7e0c76a897d181bdd32580f933d287e721defb00", kill_on_drop: false }`
[INFO] [stdout] 01a34e763a37b91f1f3c1f1f7e0c76a897d181bdd32580f933d287e721defb00