MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / CancellationToken

Class CancellationToken

src/server/rest_handler.hpp:30–30  ·  view source on GitHub ↗

Forward declaration

Source from the content-addressed store, hash-verified

28
29// Forward declaration
30struct CancellationToken;
31
32///@brief Stream callback type for sending streaming responses
33using StreamResponseCallback = std::function<void(const json&, bool)>; // data, is_final

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected