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

observable_empty

crates.io ci codecov license

Immediately completes.

See Also

Example

cargo run -p rx_core --example observable_empty_example
let _subscription = empty().subscribe(PrintObserver::new("empty"));

Output:

empty - completed
empty - unsubscribed