Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::GenerationEvents Struct Reference

Atomic flags for interrupt/pause signaling. More...

#include <entropic/core/engine_types.h>

Public Attributes

std::atomic< bool > * interrupt = nullptr
 Hard interrupt flag.
 
std::atomic< bool > * pause = nullptr
 Pause flag.
 

Detailed Description

Atomic flags for interrupt/pause signaling.

Passed to ResponseGenerator. UI thread writes, generation thread reads.

Version
1.8.4

Definition at line 524 of file engine_types.h.

Member Data Documentation

◆ interrupt

std::atomic<bool>* entropic::GenerationEvents::interrupt = nullptr

Hard interrupt flag.

Definition at line 525 of file engine_types.h.

◆ pause

std::atomic<bool>* entropic::GenerationEvents::pause = nullptr

Pause flag.

Definition at line 526 of file engine_types.h.


The documentation for this struct was generated from the following file: