pub struct Parallel { /* private fields */ }Expand description
Ticks all children and resolves once the configured success or failure threshold is reached.
Implementations§
Source§impl Parallel
impl Parallel
pub fn new(nodes: impl Into<NonEmptyNodes>, params: ParallelParams) -> Self
Trait Implementations§
Source§impl Node for Parallel
impl Node for Parallel
Source§fn tick(&mut self) -> TickStatus
fn tick(&mut self) -> TickStatus
Advance the node by one execution step. Read more
Auto Trait Implementations§
impl Freeze for Parallel
impl !RefUnwindSafe for Parallel
impl !Send for Parallel
impl !Sync for Parallel
impl Unpin for Parallel
impl UnsafeUnpin for Parallel
impl !UnwindSafe for Parallel
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