augmented-atomics 0.2.0

Implements some extra types and utilities over atomics for building audio-thread / GUI synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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