Zero cost FRP signals using the futures crate for reactive programming.
# Cargo.toml
[dependencies]
futures-signals = "0.3.34"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and modify a Mutable signal.
Add a runtime like tokio and use `futures::executor::block_on` or `#[tokio::main]`.
No dependency data recorded yet.