Struct differential_dataflow::trace::rc_blanket_impls::RcBatcher[][src]

pub struct RcBatcher<K, V, T, R, B: Batch<K, V, T, R>> { /* fields omitted */ }

Wrapper type for batching reference counted batches.

Trait Implementations

impl<K, V, T, R, B: Batch<K, V, T, R>> Batcher<K, V, T, R, Rc<B>> for RcBatcher<K, V, T, R, B>
[src]

Functionality for collecting and batching updates.

Allocates a new empty batcher.

Adds an unordered batch of elements to the batcher.

Returns all updates not greater or equal to an element of upper.

Returns the lower envelope of contained update times.

Auto Trait Implementations

impl<K, V, T, R, B> Send for RcBatcher<K, V, T, R, B> where
    <B as Batch<K, V, T, R>>::Batcher: Send

impl<K, V, T, R, B> Sync for RcBatcher<K, V, T, R, B> where
    <B as Batch<K, V, T, R>>::Batcher: Sync