[][src]Trait local_pool_with_id::LocalSpawnWithId

pub trait LocalSpawnWithId {
    fn spawn_local_obj_with_id(
        &self,
        future: LocalFutureObj<'static, ()>
    ) -> Result<usize, SpawnError>; }

Required methods

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

Loading content...

Implementors

impl LocalSpawnWithId for LocalSpawner[src]

Loading content...