cef_thread_t.stop

Stop and join the thread. This function must be called from the same thread that called cef_thread_create(). Do not call this function if cef_thread_create() was called with a |stoppable| value of false (0).

struct cef_thread_t
extern (System)
void function(cef_thread_t* self) nothrow stop;

Meta