pub struct ForegroundTaskRuntime;Expand description
A very unsophisticated TaskRuntime that just immediately and
synchronously executes any task you send it. Used to implement “foreground
loading”, for example for offline rendering of replays or GEFMVs.
Trait Implementations§
Source§impl TaskRuntime for ForegroundTaskRuntime
impl TaskRuntime for ForegroundTaskRuntime
Auto Trait Implementations§
impl Freeze for ForegroundTaskRuntime
impl RefUnwindSafe for ForegroundTaskRuntime
impl Send for ForegroundTaskRuntime
impl Sync for ForegroundTaskRuntime
impl Unpin for ForegroundTaskRuntime
impl UnwindSafe for ForegroundTaskRuntime
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