Epok Engine

EPOK RUNTIME

epok::sequence_flush_starts

Function · 1 overload

Function

Performs `sequence flush starts` as part of the sequence instrument service module.

Belongs to
epok
Header
sequence_instrument_service.hpp
Overloads
1

Declaration

Declaration
inline uint32_t sequence_flush_starts()

Performs `sequence flush starts` as part of the sequence instrument service module.

This overload takes no parameters.

Returns: uint32_t. Check the value before continuing when it represents success, availability or a resource handle.

Example

C++ example
#include "sequence_instrument_service.hpp"

auto result = epok::sequence_flush_starts();

Why use it

It provides direct, allocation-conscious access to the sequence instrument service module. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/sequence_instrument_service.hpp:221

Related members