Crate quik_util

Crate quik_util 

Source

Macros§

joinExperimental
Polls multiple futures simultaneously, returning a tuple of all results once complete.

Structs§

Pending
Creates a future which never resolves, representing a computation that never finishes.
PollFn
A Future that wraps a function returning Poll.
Ready
A future that is immediately ready with a value.

Traits§

Buffer
ByteOrder
ByteOrder describes types that can serialize integers as bytes.
Future
A future represents an asynchronous computation, commonly obtained by use of async.
IntoFuture
Conversion into a Future.
ReadBytesExt
Extends Read with methods for reading numbers. (For std::io.)
AsyncDropExperimental
Async version of Drop trait.

Functions§

pending
Creates a future which never resolves, representing a computation that never finishes.
poll_fn
Creates a future that wraps a function returning Poll.
ready
Creates a future that is immediately ready with a value.
async_drop_in_placeExperimental
Async drop.

Type Aliases§

NetworkEndian
Defines network byte order serialization.
Result