pub struct UnorderedHandleCore<T: Timestamp, D: Container> { /* private fields */ }
Expand description
A handle to an input StreamCore, used to introduce data to a timely dataflow computation.
Implementations§
Source§impl<T: Timestamp, D: Container> UnorderedHandleCore<T, D>
impl<T: Timestamp, D: Container> UnorderedHandleCore<T, D>
Sourcepub fn session<'b>(
&'b mut self,
cap: ActivateCapability<T>,
) -> ActivateOnDrop<AutoflushSessionCore<'b, T, D, PushCounter<T, D, TeeCore<T, D>>>>
pub fn session<'b>( &'b mut self, cap: ActivateCapability<T>, ) -> ActivateOnDrop<AutoflushSessionCore<'b, T, D, PushCounter<T, D, TeeCore<T, D>>>>
Allocates a new automatically flushing session based on the supplied capability.
Trait Implementations§
Auto Trait Implementations§
impl<T, D> Freeze for UnorderedHandleCore<T, D>
impl<T, D> !RefUnwindSafe for UnorderedHandleCore<T, D>
impl<T, D> !Send for UnorderedHandleCore<T, D>
impl<T, D> !Sync for UnorderedHandleCore<T, D>
impl<T, D> Unpin for UnorderedHandleCore<T, D>
impl<T, D> !UnwindSafe for UnorderedHandleCore<T, D>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more