Type Alias TimelyContainerRef

Source
type TimelyContainerRef<C> = Arc<Mutex<Option<TimelyContainer<C>>>>;
Expand description

Threadsafe reference to an optional TimelyContainer

Aliased Typeยง

struct TimelyContainerRef<C> { /* private fields */ }