cef_waitable_event_t.wait

Wait indefinitely for the event to be signaled. This function will not return until after the call to signal() has completed. This function cannot be called on the browser process UI or IO threads.

struct cef_waitable_event_t
extern (System)
void function(cef_waitable_event_t* self) nothrow wait;

Meta