[][src]Module ticktock::throttled_io

Simulated slow reads/writes.

This module allows simulating limited bandwidth by lengthening the duration of calls to Read/Write to meet a specific upper bound on the rate.

Structs

ThrottledIo

A wrapper that limits the maximum read/write-rate.