augmented-atomics

Crates.ioaugmented-atomics
lib.rsaugmented-atomics
version0.2.0
sourcesrc
created_at2022-02-09 11:20:37.597753
updated_at2023-05-22 00:02:31.986043
descriptionImplements some extra types and utilities over atomics for building audio-thread / GUI synchronization
homepagehttps://github.com/yamadapc/augmented-audio
repositoryhttps://github.com/yamadapc/augmented-audio
max_upload_size
id529635
size15,683
Pedro Tacla Yamada (yamadapc)

documentation

README

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

Commit count: 3017

cargo fmt