#[non_exhaustive]pub struct HyperExecutor {}
Expand description
Future executor that utilises awak
threads.
Implementations§
Source§impl HyperExecutor
impl HyperExecutor
Sourcepub fn new() -> Self
pub fn new() -> Self
Create new executor that relies on awak::spawn
to execute futures.
Trait Implementations§
Source§impl Clone for HyperExecutor
impl Clone for HyperExecutor
Source§fn clone(&self) -> HyperExecutor
fn clone(&self) -> HyperExecutor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HyperExecutor
impl Debug for HyperExecutor
Source§impl Default for HyperExecutor
impl Default for HyperExecutor
Source§fn default() -> HyperExecutor
fn default() -> HyperExecutor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HyperExecutor
impl RefUnwindSafe for HyperExecutor
impl Send for HyperExecutor
impl Sync for HyperExecutor
impl Unpin for HyperExecutor
impl UnwindSafe for HyperExecutor
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