Module gix_features::interrupt
source · Expand description
Utilities to cause interruptions in common traits, like Read/Write and Iterator.
Structs§
- A wrapper for an inner iterator which will check for interruptions on each iteration, stopping the iteration when that is requested.
- A wrapper for an inner iterator which will check for interruptions on each iteration.
- A wrapper for implementers of
std::io::Read
orstd::io::BufRead
with interrupt support. - A wrapper for implementers of
std::io::Write
with interrupt checks on each write call.