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

observer_noop

crates.io ci codecov license

Ignore all signals; panics on errors in debug mode.

See Also

Example

cargo run -p rx_core --example observer_noop_example
let _subscription = just(1).subscribe(NoopObserver::default());

Output:

*crickets*