Vuo  0.5.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoNSRunLoop.h File Reference

Description

VuoNSRunLoop interface.

Functions

void VuoNSRunLoop_use (void)
 Indicates that the caller needs an NSRunLoop on the main thread.
 
void VuoNSRunLoop_disuse (void)
 Indicates that the caller no longer needs an NSRunLoop.
 

Function Documentation

void VuoNSRunLoop_disuse ( void  )

Indicates that the caller no longer needs an NSRunLoop.

(The NSRunLoop may continue running, if other callers still need it.)

May be called from any thread.

void VuoNSRunLoop_use ( void  )

Indicates that the caller needs an NSRunLoop on the main thread.

May be called from any thread.

Todo:
event tracking run loop mode (https://b33p.net/kosada/node/5961)