Module rt

Runtime components.

This module provides traits and types that allow hyper to be runtime-agnostic. By abstracting over async runtimes, hyper can work with different executors, timers, and IO transports.

The main components in this module are:

By implementing these traits, you can customize how hyper interacts with your chosen runtime environment.

To learn more, check out the runtime guide.

Modules

Structs

Traits