pub struct TaskflowFuture { /* private fields */ }Expand description
Future returned from executor.run() to track task completion
Implementations§
Source§impl TaskflowFuture
impl TaskflowFuture
Sourcepub fn is_running(&self) -> bool
pub fn is_running(&self) -> bool
Check if the taskflow is still running
Auto Trait Implementations§
impl Freeze for TaskflowFuture
impl !RefUnwindSafe for TaskflowFuture
impl Send for TaskflowFuture
impl Sync for TaskflowFuture
impl Unpin for TaskflowFuture
impl UnsafeUnpin for TaskflowFuture
impl !UnwindSafe for TaskflowFuture
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