Keyboard shortcuts

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

channel

new

function new(buffer: number) -> channel

Example

let ch = channel::new(3);

close

function close(chan​nel: channel) -> void

Example

let ch = channel::new(3);

channel::close(ch);