RKTK API Docs RKTK Home Repo

Channel

Type Alias Channel 

Source
pub type Channel<T, const N: usize> = Channel<RawMutex, T, N>;

Aliased Typeยง

pub struct Channel<T, const N: usize> { /* private fields */ }