Epok Engine

EPOK RUNTIME

epok::sequence_clock_irq

Function · 1 overload

Function

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

Belongs to
epok
Header
sequence_clock.hpp
Overloads
1

Declaration

Declaration
inline void sequence_clock_irq()

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

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "sequence_clock.hpp"

epok::sequence_clock_irq();

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:25

Related members