pub struct IndeterminateSubmissionHandle<R: DeviceRuntime> { /* private fields */ }Expand description
Weak recovery authority for a submit unwind where no fence was returned. Only a successful lane-wide drain can release the retained invocation.
Implementations§
Source§impl<R: DeviceRuntime> IndeterminateSubmissionHandle<R>
impl<R: DeviceRuntime> IndeterminateSubmissionHandle<R>
pub const fn slot_id(&self) -> CompletionSlotId
pub fn recover_by_draining_lane( &self, ) -> Result<CompletionRecoveryOutcome, VNextError>
Trait Implementations§
Source§impl<R: DeviceRuntime> Clone for IndeterminateSubmissionHandle<R>
impl<R: DeviceRuntime> Clone for IndeterminateSubmissionHandle<R>
Auto Trait Implementations§
impl<R> Freeze for IndeterminateSubmissionHandle<R>
impl<R> RefUnwindSafe for IndeterminateSubmissionHandle<R>
impl<R> Send for IndeterminateSubmissionHandle<R>
impl<R> Sync for IndeterminateSubmissionHandle<R>
impl<R> Unpin for IndeterminateSubmissionHandle<R>
impl<R> UnsafeUnpin for IndeterminateSubmissionHandle<R>
impl<R> UnwindSafe for IndeterminateSubmissionHandle<R>
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