pub fn event_loop_stream_option<T: 'static>(
stream: impl Stream<Item = T> + 'static,
write: WriteSignal<Option<T>>,
write_finished: WriteSignal<bool>,
trigger: ExtSendTrigger,
)Expand description
Execute a stream on the main event loop by polling, for OptionSend.