Type Alias dioxus::prelude::SyncSignal

source ·
pub type SyncSignal<T> = Signal<T, SyncStorage>;
Available on crate feature signals only.
Expand description

A signal that can safely shared between threads.

Aliased Type§

struct SyncSignal<T> { /* private fields */ }