spin 0.9.4

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 14 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

    This feature flag does not enable additional features.

use_ticket_mutex

  • mutex
  • ticket_mutex

portable_atomic

  • portable-atomic

ticket_mutex

  • mutex

portable-atomic

    This feature flag does not enable additional features.

std

    This feature flag does not enable additional features.