Skip to main content

SharedSinkFrontier

Type Alias SharedSinkFrontier 

Source
pub(super) type SharedSinkFrontier = Rc<RefCell<Antichain<Timestamp>>>;
Expand description

Type of the shared sink write frontier.

Aliased Typeยง

pub(super) struct SharedSinkFrontier { /* private fields */ }