[][src]Trait actix_async_await::ArbiterExt

pub trait ArbiterExt {
    fn spawn_async<F>(fut: F)
    where
        F: Future<Output = ()> + Unpin + 'static
; }

Additional methods for spawning futures.

Required methods

fn spawn_async<F>(fut: F) where
    F: Future<Output = ()> + Unpin + 'static, 

Executes a future on the current thread.

Loading content...

Implementations on Foreign Types

impl ArbiterExt for Arbiter[src]

Loading content...

Implementors

Loading content...