pub struct Extension { /* private fields */ }Implementations§
Source§impl Extension
impl Extension
pub fn function_call( &self, vthread: VThread, lock: Lock, id: u32, drop: bool, ) -> (Lock, ExecutorBehaviour)
pub fn interrupt_call( &self, vthread: VThread, lock: Lock, id: u32, drop: bool, ) -> (Lock, ExecutorBehaviour)
pub fn dispatch_event(&self, runtime: Arc<Runtime>, event: EventType)
Auto Trait Implementations§
impl Freeze for Extension
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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