[][src]Trait local_pool_with_id::SpawnWithId

pub trait SpawnWithId {
    fn spawn_obj_with_id(
        &self,
        future: FutureObj<'static, ()>
    ) -> Result<usize, SpawnError>; }

Required methods

fn spawn_obj_with_id(
    &self,
    future: FutureObj<'static, ()>
) -> Result<usize, SpawnError>

Loading content...

Implementors

impl SpawnWithId for LocalSpawner[src]

Loading content...