Struct flowync::FlowerHandle [−][src]
pub struct FlowerHandle<SOME, OK> where
SOME: Clone + Send + Sync + 'static,
OK: Clone + Send + Sync + 'static, { /* fields omitted */ }Expand description
A handle for the Flower
Implementations
Call this fn every time at the very begining (runtime) to initialize,, otherwise the flower won’t flow.
Fn start_flowing() with async topping for multi-threaded async runtime use case
Send current progress value
Trait Implementations
Auto Trait Implementations
impl<SOME, OK> !RefUnwindSafe for FlowerHandle<SOME, OK>
impl<SOME, OK> Send for FlowerHandle<SOME, OK>
impl<SOME, OK> Sync for FlowerHandle<SOME, OK>
impl<SOME, OK> Unpin for FlowerHandle<SOME, OK>
impl<SOME, OK> !UnwindSafe for FlowerHandle<SOME, OK>
Blanket Implementations
Mutably borrows from an owned value. Read more