Struct actix::SpawnHandle
source · pub struct SpawnHandle(_);
Expand description
Spawned future handle. Could be used for cancelling spawned future.
Implementations§
source§impl SpawnHandle
impl SpawnHandle
sourcepub fn next(self) -> SpawnHandle
pub fn next(self) -> SpawnHandle
Get next handle
Trait Implementations§
source§impl Clone for SpawnHandle
impl Clone for SpawnHandle
source§fn clone(&self) -> SpawnHandle
fn clone(&self) -> SpawnHandle
Returns a copy 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 SpawnHandle
impl Debug for SpawnHandle
source§impl Default for SpawnHandle
impl Default for SpawnHandle
source§fn default() -> SpawnHandle
fn default() -> SpawnHandle
Returns the “default value” for a type. Read more