| Crates.io | rx_core_observer_noop |
| lib.rs | rx_core_observer_noop |
| version | 0.2.0 |
| created_at | 2026-01-19 12:03:11.453201+00 |
| updated_at | 2026-01-24 15:04:07.47947+00 |
| description | noop observer for rx_core, it doesn't do anything |
| homepage | https://github.com/AlexAegis/rx_bevy |
| repository | https://github.com/AlexAegis/rx_bevy |
| max_upload_size | |
| id | 2054433 |
| size | 8,849 |
Ignore all signals; panics on errors in debug mode.
cargo run -p rx_core --example observer_noop_example
let _subscription = just(1).subscribe(NoopObserver::default());
Output:
*crickets*