| Crates.io | rx_core_observable_throw |
| lib.rs | rx_core_observable_throw |
| version | 0.2.0 |
| created_at | 2026-01-19 11:09:08.929717+00 |
| updated_at | 2026-01-24 15:03:38.354619+00 |
| description | throw observable for rx_core |
| homepage | https://github.com/AlexAegis/rx_bevy |
| repository | https://github.com/AlexAegis/rx_bevy |
| max_upload_size | |
| id | 2054295 |
| size | 10,842 |
Immediately errors.
cargo run -p rx_core --example observable_throw_example
let _subscription = throw("hello").subscribe(PrintObserver::new("throw_example"));
Output:
throw_example - error: "hello"