Skip to main content

command_writer_and_reader

Function command_writer_and_reader 

Source
pub fn command_writer_and_reader<T>() -> (CommandWriter<T>, CommandReader<T>)
where T: Send + Copy,
Expand description

Creates a command writer/reader pair.