Module tikv_util::stream[][src]

Structs

AsyncReadAsSyncStreamOfBytes

Wrapper of an AsyncRead instance, exposed as a Sync Stream of Bytes.

Constants

READ_BUF_SIZE

Traits

RetryError

Trait for errors which can be retried inside retry().

Functions

block_on_external_io

Runs a future on the current thread involving external storage.

error_stream
http_retriable
retry

Retries a future execution.

with_timeout