All Classes |Grouped Classes |Index

Class CL_KeepAliveObject

Interface for objects participating in the thread keep-alive processing loop. More...

Derived from:

None

Derived by:

None

Group:

System (Core)

#include <ClanLib/core.h>

Class Members:

CL_KeepAliveObject

Registers a keep alive object.

get_wakeup_event

Returns a CL_Event object that is signaled when the keep alive object got data to process.

process

Called by CL_KeepAlive::process when the wakeup event is flagged.