gobj_end()

gobj_end()#

De-initializes the gobj system, freeing resources and shutting down the yuno if it exists.

Prototype

void gobj_end(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

None.

Notes

If a yuno exists, it will be stopped and destroyed before freeing global resources.

Prototype

// Not applicable in JS

Prototype

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