Docs.rs
ax-task-0.6.9
ax-task 0.6.9
Docs.rs crate page
Apache-2.0
25 August 2026
Links
Repository
crates.io
Source
Owners
github:rcore-os:crates-io
ZCShou
Dependencies
ax-alloc ^0.8
normal
optional
ax-cpumask ^0.4
normal
optional
ax-crate-interface ^0.5
normal
optional
ax-hal ^0.6
normal
ax-ipi ^0.5
normal
optional
ax-lazyinit ^0.5
normal
optional
ax-memory-addr ^0.7
normal
optional
ax-mm ^0.6
normal
optional
ax-percpu ^0.4
normal
optional
ax-sched ^0.5
normal
optional
ax-timer-list ^0.3
normal
optional
axpanic ^0.1
normal
optional
axpoll ^0.6
normal
optional
cfg-if ^1.0
normal
extern-trait ^0.5.0
normal
optional
futures-util ^0.3
normal
optional
lock_api ^0.4
normal
optional
log ^0.4
normal
thiserror ^2
normal
quote ^1.0.47
build
sbi-rt ^0.0.4
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-none-softfloat
loongarch64-unknown-none-softfloat
riscv64gc-unknown-none-elf
x86_64-unknown-none
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
sleep
ax_task
0.6.9
ax_task
Function
sleep
Copy item path
Source
pub fn sleep(dur:
Duration
)
Expand description
For single-task situation, we just busy wait for the given duration.