Struct futures::executor::LocalExecutor [−][src]
Methods
impl LocalExecutor
[src]
[−]
impl LocalExecutor
pub fn spawn_local_obj(
&mut self,
task: LocalFutureObj<'static, ()>
) -> Result<(), SpawnLocalObjError>
[src]
[−]
pub fn spawn_local_obj(
&mut self,
task: LocalFutureObj<'static, ()>
) -> Result<(), SpawnLocalObjError>
Spawn a non-Send
future onto the associated LocalPool
.
Trait Implementations
impl Clone for LocalExecutor
[src]
[+]
impl Clone for LocalExecutor
impl Debug for LocalExecutor
[src]
[+]
impl Debug for LocalExecutor
impl Executor for LocalExecutor
[src]
[+]
impl Executor for LocalExecutor
Auto Trait Implementations
impl !Send for LocalExecutor
impl !Send for LocalExecutor
impl !Sync for LocalExecutor
impl !Sync for LocalExecutor