| Crates.io | rx_core_observable_empty |
| lib.rs | rx_core_observable_empty |
| version | 0.2.0 |
| created_at | 2026-01-19 09:38:14.172176+00 |
| updated_at | 2026-01-24 15:02:36.266516+00 |
| description | empty observable for rx_core |
| homepage | https://github.com/AlexAegis/rx_bevy |
| repository | https://github.com/AlexAegis/rx_bevy |
| max_upload_size | |
| id | 2054138 |
| size | 10,214 |
Immediately completes.
cargo run -p rx_core --example observable_empty_example
let _subscription = empty().subscribe(PrintObserver::new("empty"));
Output:
empty - completed
empty - unsubscribed