[][src]Module hyper::rt

Default runtime

By default, hyper includes the tokio runtime. To ease using it, several types are re-exported here.

The inclusion of a default runtime can be disabled by turning off hyper's runtime Cargo feature.

Traits

Future

A future represents an asynchronous computation.

Stream

A stream of values produced asynchronously.

Functions

spawn

Spawns a future on the default executor.