Modules§
- file
- kanal_
ext - runtime
- A Vortex runtime provides an abstract way of scheduling mixed I/O and CPU workloads onto the various threading models supported by Vortex.
- session
Structs§
- Async
Write Adapter - An adapter to use an
AsyncWriteas aVortexWrite. - Instrumented
Read At - Object
Store Writer - Adapter type to write data through a
ObjectStoreinstance. - Owned
Slice - An owned view into a contiguous sequence of bytes.
- Performance
Hint - Size
Limited Stream - A
Streamthat can work on several simultaneous requests, capping the amount of memory it uses at any given point.
Traits§
- IoBuf
- Trait for types that can provide a readonly byte buffer interface to I/O frameworks.
- Vortex
Read At - The read trait used within Vortex.
- Vortex
Write