rx_core_observable_empty

Crates.iorx_core_observable_empty
lib.rsrx_core_observable_empty
version0.2.0
created_at2026-01-19 09:38:14.172176+00
updated_at2026-01-24 15:02:36.266516+00
descriptionempty observable for rx_core
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2054138
size10,214
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

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
Commit count: 652

cargo fmt