[−][src]Crate actix_interop
Use async/await syntax with actix actors.
Structs
| FutureInteropWrap | Future to ActorFuture adapter returned by |
| StreamInteropWrap | Stream to ActorStream adapter returned by |
Traits
| FutureInterop | Extension trait implemented for all futures. Import this trait to bring the
|
| StreamInterop | Extension trait implemented for all streams. Import this trait to bring the
|
Functions
| critical_section | May be called in the same places as |
| with_ctx | May be called from within a future spawned onto an actor context to gain mutable access
to the actor's state and/or context. The future must have been wrapped using
|