mz_cluster::server

Type Alias TimelyContainerRef

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

Threadsafe reference to an optional TimelyContainer

Aliased Typeยง

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