Struct timely::dataflow::operators::unordered_input::UnorderedHandle [] [src]

pub struct UnorderedHandle<T: Timestamp, D: Data> { /* fields omitted */ }

A handle to an input Stream, used to introduce data to a timely dataflow computation.

Methods

impl<T: Timestamp, D: Data> UnorderedHandle<T, D>
[src]

[src]

Allocates a new automatically flushing session based on the supplied capability.

Trait Implementations

impl<T: Timestamp, D: Data> Drop for UnorderedHandle<T, D>
[src]

[src]

Executes the destructor for this type. Read more