trq_close()

trq_close()#

Closes the given tr_queue, releasing associated resources. After calling trq_close(), ensure to invoke tranger2_shutdown() if no other queues are in use.

Prototype

void trq_close(
    tr_queue trq
);

Parameters

Key

Type

Description

trq

tr_queue

The queue instance to be closed.


Return Value

This function does not return a value.

Notes

Ensure that trq_close() is called before shutting down the underlying TimeRanger instance with tranger2_shutdown().

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples