Crates.io | augmented-atomics |
lib.rs | augmented-atomics |
version | 0.2.0 |
source | src |
created_at | 2022-02-09 11:20:37.597753 |
updated_at | 2023-05-22 00:02:31.986043 |
description | Implements some extra types and utilities over atomics for building audio-thread / GUI synchronization |
homepage | https://github.com/yamadapc/augmented-audio |
repository | https://github.com/yamadapc/augmented-audio |
max_upload_size | |
id | 529635 |
size | 15,683 |
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