|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| Vruta::Event MayaFlux::Kriya::on_signal | ( | std::shared_ptr< Vruta::BroadcastSource< T > > | source, |
| Callback | callback | ||
| ) |
Creates an Event coroutine that fires on every signal from a BroadcastSource.
| source | Shared ownership of the BroadcastSource; lifetime is tied to the coroutine frame. |
| callback | Invoked with each delivered value. |