yev_loop_reset_running()

yev_loop_reset_running()#

yev_loop_reset_running() resets the running state of the given event loop, clearing any active execution flags.

Prototype

void yev_loop_reset_running(
    yev_loop_h yev_loop
);

Parameters

Key

Type

Description

yev_loop

yev_loop_h

Handle to the event loop whose running state will be reset.


Return Value

This function does not return a value.

Notes

Use yev_loop_reset_running() to ensure the event loop is reset before restarting it.

Prototype

// Not applicable in JS

Prototype

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