[−]Trait actix_web::actix::actix::ContextFutureSpawner
Helper trait which can spawn future into actor's context
Required Methods
fn spawn(self, ctx: &mut <A as Actor>::Context)
spawn future into Context<A>
fn wait(self, ctx: &mut <A as Actor>::Context)
Spawn future into the context. Stop processing any of incoming events until this future resolves.