Skip to main content

AudioThreadOnly

Trait AudioThreadOnly 

Source
pub trait AudioThreadOnly: Sealed { }
Expand description

Represents a privilege to execute functions which are only safe to execute from the real-time audio thread.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§