Vuo  2.0.0
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 <dispatch/dispatch.h>
19 
23 typedef enum
24 {
25  VuoEventLoop_WaitIndefinitely,
26  VuoEventLoop_RunOnce
28 
30 void VuoEventLoop_break(void);
32 
34 
35 dispatch_queue_attr_t VuoEventLoop_getDispatchInteractiveAttribute(void);
37 
39 
40 #ifdef __cplusplus
41 }
42 #endif