Skip to main content

Module hyper_exec

Module hyper_exec 

Source
Expand description

hyper::rt::Executor impl shared by the HTTP server and the tokio HTTP/1+2 client. Spawns hyper’s internal tasks via the owning Server/Client task_group so they get cancelled on stop.

Structs§

HyperExecutor 🔒