chronon::HostService
#include <HostServices.hpp>
Inherited by chronon::observe::ObservationBackend
Public Functions
| Name | |
|---|---|
| virtual | ~HostService() =default |
| virtual size_t | poll(size_t record_budget) =0 |
Detailed Description
class chronon::HostService;
Host work has no simulated clock, dependency edges, or lookahead frontier. A poll must return without waiting for another worker or performing sink I/O.
Public Functions Documentation
function ~HostService
virtual ~HostService() =default
function poll
virtual size_t poll(
size_t record_budget
) =0
Reimplemented by: chronon::observe::ObservationBackend::poll
Updated on 2026-09-22 at 07:28:40 +0000