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.
Check if the flower is flowing
Check if the current flower should be canceled
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