[][src]Function fltk::app::channel

pub fn channel<T: Copy + Send + Sync>() -> (Sender<T>, Receiver<T>)

Creates a channel returning a Sender and Receiver structs