Type Alias SharedSinkFrontier

Source
type SharedSinkFrontier = Rc<RefCell<Antichain<Timestamp>>>;
Expand description

Type of the shared sink write frontier.

Aliased Typeยง

struct SharedSinkFrontier { /* private fields */ }