- base
cef_base_t base;
Undocumented in source.
- is_signaled
int function(cef_waitable_event_t*) is_signaled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- reset
void function(cef_waitable_event_t*) reset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- signal
void function(cef_waitable_event_t*) signal;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- timed_wait
int function(cef_waitable_event_t*, ulong) timed_wait;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- wait
void function(cef_waitable_event_t*) wait;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.