Epok Engine

EPOK RUNTIME

epok::streaming_tick

Function · 1 overload

Function

Release the controller only after every parser/read/XA callback has drained.

Belongs to
epok
Header
streaming.hpp
Overloads
1

Declaration

Declaration
inline void streaming_tick()

Release the controller only after every parser/read/XA callback has drained.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "streaming.hpp"

epok::streaming_tick();

Why use it

It provides direct, allocation-conscious access to bounded CD or PC geometry-page streaming. 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/streaming.hpp:51

Related members