docs.rs failed to build ax-task-0.5.17
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ax-task-0.5.16
ax-task
ArceOS task management module.
This module provides primitives for task management, including task creation, scheduling, sleeping, termination, etc. The scheduler algorithm is configurable by cargo features.
Features
multitask: Enable multi-task support with complex scheduling and more task-related APIs.irq: Enable timer-based APIs such assleep,sleep_until, andWaitQueue::wait_timeout.preempt: Enable preemptive scheduling.sched-fifo: Use the FIFO cooperative scheduler (enablesmultitask).sched-rr: Use the Round-robin preemptive scheduler (enablesmultitaskandpreempt).sched-cfs: Use the Completely Fair Scheduler (enablesmultitaskandpreempt).tls: Enable kernel space thread-local storage support.smp: Enable SMP (symmetric multiprocessing) support.
License
This project is licensed under GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0.