#atomic #synchronization #data #augmented #atomic-option #atomic-enum

augmented-atomics

Implements some extra types and utilities over atomics for building audio-thread / GUI synchronization

9 releases

0.2.0 May 22, 2023
0.1.2 Oct 22, 2022
0.1.1 Sep 22, 2022
0.1.0-alpha.8 May 25, 2022
0.1.0-alpha.3 Feb 9, 2022

#9 in #augmented

Download history 13/week @ 2024-01-01 50/week @ 2024-01-08 112/week @ 2024-01-15 25/week @ 2024-01-22 22/week @ 2024-01-29 36/week @ 2024-02-05 56/week @ 2024-02-12 66/week @ 2024-02-19 68/week @ 2024-02-26 60/week @ 2024-03-04 63/week @ 2024-03-11 95/week @ 2024-03-18 106/week @ 2024-03-25 106/week @ 2024-04-01 58/week @ 2024-04-08 71/week @ 2024-04-15

365 downloads per month
Used in 21 crates (6 directly)

MIT license

15KB
248 lines

augmented-atomics

This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited "atomic" data types which are useful for audio development.

In particular, it exposes:

  • AtomicF32
  • AtomicF64
  • AtomicEnum
  • AtomicOption

In addition, an AtomicValue trait is provided, which allows AtomicOption to be available.

License: MIT


lib.rs:

This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited atomic data types which are useful for this repository.

In particular, it exposes:

  • AtomicF32
  • AtomicF64
  • AtomicEnum
  • AtomicOption

In addition, an AtomicValue trait is provided, which allows AtomicOption to be available.

Dependencies

~0.5–1.2MB
~26K SLoC