yev_get_yuno()

yev_get_yuno()#

yev_get_yuno() retrieves the yuno object associated with the given event loop.

Prototype

hgobj yev_get_yuno(
    yev_loop_h yev_loop
);

Parameters

Key

Type

Description

yev_loop

yev_loop_h

Handle to the event loop from which to retrieve the yuno object.


Return Value

Returns the hgobj object associated with the specified event loop.

Notes

The returned hgobj may be NULL if the event loop is not properly initialized.

Prototype

// Not applicable in JS

Prototype

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