Epok Engine

EPOK RUNTIME

epok::sequence_hsync

Function · 1 overload

Function

Performs `sequence hsync` as part of the sequence clock module.

Belongs to
epok
Header
sequence_clock.hpp
Overloads
1

Declaration

Declaration
inline uint16_t sequence_hsync()

Performs `sequence hsync` as part of the sequence clock module.

This overload takes no parameters.

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

Example

C++ example
#include "sequence_clock.hpp"

auto result = epok::sequence_hsync();

Why use it

It provides direct, allocation-conscious access to the sequence clock 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_clock.hpp:14

Related members