Trait wgpu::WasmNotSync

source ·
pub trait WasmNotSync: Sync { }
Available on non-WebAssembly, or crate feature fragile-send-sync-non-atomic-wasm and non-target feature atomics only.

Implementors§

source§

impl<T> WasmNotSync for T
where T: Sync,