#sync #vst-plugin #gui #synchronization

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

#695 in Concurrency

Download history 86/week @ 2024-12-09 49/week @ 2024-12-16 13/week @ 2024-12-30 27/week @ 2025-01-06 17/week @ 2025-01-13 33/week @ 2025-01-20 11/week @ 2025-01-27 30/week @ 2025-02-03 8/week @ 2025-02-10 25/week @ 2025-02-17 55/week @ 2025-02-24 45/week @ 2025-03-03 20/week @ 2025-03-10 8/week @ 2025-03-17 18/week @ 2025-03-24

107 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

Dependencies

~0.4–1MB
~22K SLoC