cef_thread_t.is_running

Returns true (1) if the thread is currently running. This function must be called from the same thread that called cef_thread_create().

struct cef_thread_t
extern (System)
int function(cef_thread_t* self) nothrow is_running;

Meta