Expand description
Stream control functionality for Ollama API.
Provides pause/resume/cancel capabilities for streaming responses, with buffering, metrics tracking, and control interfaces.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *.
Structs§
- Controlled
Stream - Wrapper for streams with control capabilities
- Stream
Buffer - Buffer for managing streaming data during pause states
- Stream
Control - Main stream control interface
- Stream
Metrics - Metrics for stream control operations
Enums§
- Stream
Control Error - Errors related to stream control operations
- Stream
State - Streaming control functionality for pause/resume/cancel operations