rx_core_observer_noop

Crates.iorx_core_observer_noop
lib.rsrx_core_observer_noop
version0.2.0
created_at2026-01-19 12:03:11.453201+00
updated_at2026-01-24 15:04:07.47947+00
descriptionnoop observer for rx_core, it doesn't do anything
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2054433
size8,849
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

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

cargo fmt