[][src]Crate actix_utils

Actix utils - various helper services

Modules

counter
either

Contains Either service and related types and functions.

framed

Framed dispatcher service and related utilities

inflight
keepalive
mpsc

A multi-producer, single-consumer, futures-aware, FIFO queue with back pressure, for use communicating between tasks on the same thread.

oneshot

A one-shot, futures-aware channel

order
stream
task
time
timeout

Service that applies a timeout to requests.