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.

Implementations

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

pub fn session<'b>(
    &'b mut self,
    cap: ActivateCapability<T>
) -> ActivateOnDrop<AutoflushSession<'b, T, D, PushCounter<T, D, Tee<T, D>>>>
[src]

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

Auto Trait Implementations

impl<T, D> !RefUnwindSafe for UnorderedHandle<T, D>

impl<T, D> !Send for UnorderedHandle<T, D>

impl<T, D> !Sync for UnorderedHandle<T, D>

impl<T, D> Unpin for UnorderedHandle<T, D> where
    D: Unpin,
    T: Unpin

impl<T, D> !UnwindSafe for UnorderedHandle<T, D>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.