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