channel
new
function new(buffer: number) -> channel
Example
let ch = channel::new(3);
close
function close(channel: channel) -> void
Example
let ch = channel::new(3);
channel::close(ch);
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help