Struct bevy_tasks::ThreadExecutorTicker
source · pub struct ThreadExecutorTicker<'task, 'ticker> { /* private fields */ }
Expand description
Used to tick the ThreadExecutor
. The executor does not
make progress unless it is manually ticked on the thread it was
created on.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'task, 'ticker> RefUnwindSafe for ThreadExecutorTicker<'task, 'ticker>
impl<'task, 'ticker> !Send for ThreadExecutorTicker<'task, 'ticker>
impl<'task, 'ticker> !Sync for ThreadExecutorTicker<'task, 'ticker>
impl<'task, 'ticker> Unpin for ThreadExecutorTicker<'task, 'ticker>
impl<'task, 'ticker> UnwindSafe for ThreadExecutorTicker<'task, 'ticker>
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