spin 0.9.7

Spin-based synchronization primitives
Documentation

spin

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 9 of them enabled by default.

default

  • lock_api
  • mutex
  • spin_mutex
  • rwlock
  • once
  • lazy
  • barrier

lock_api

  • lock_api_crate

mutex

    This feature flag does not enable additional features.

spin_mutex

  • mutex

rwlock

    This feature flag does not enable additional features.

once

    This feature flag does not enable additional features.

lazy

  • once

barrier

  • mutex

lock_api_crate

  • dep:lock_api_crate

use_ticket_mutex

  • mutex
  • ticket_mutex

portable-atomic

  • dep:portable-atomic

fair_mutex

  • mutex

ticket_mutex

  • mutex

portable_atomic

  • portable-atomic

std

    This feature flag does not enable additional features.