Vuo  2.3.2
VuoEventLoop.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include <stdbool.h>
18 #include "VuoMacOSSDKWorkaround.h"
19 #include <dispatch/dispatch.h>
20 
24 typedef enum
25 {
26  VuoEventLoop_WaitIndefinitely,
27  VuoEventLoop_RunOnce
29 
31 void VuoEventLoop_break(void);
33 
35 
36 dispatch_queue_attr_t VuoEventLoop_getDispatchInteractiveAttribute(void);
37 
38 void VuoEventLoop_setLimits(void);
40 
42 
45 
46 #ifdef __cplusplus
47 }
48 #endif