docs.rs failed to build ax-sync-0.5.16
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-sync-0.5.15
axsync
ArceOS synchronization primitives.
Primitives
- Mutex: A mutual exclusion primitive. With the
multitaskfeature, it uses task-aware locking; otherwise it is an alias ofax_kspin::SpinNoIrq. - spin: Re-export of the ax-kspin crate (spinlocks).
Features
multitask: Enable multi-threaded support. When enabled,Mutexuses blocking that cooperates with the task scheduler; when disabled,Mutexis a spinlock.
License
This project is licensed under GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0.