Searched refs:extra_async (Results 1 – 1 of 1) sorted by relevance
65 static uv_async_t extra_async; in Initialize() local67 int err = uv_async_init(loop, &extra_async, [](uv_async_t*) {}); in Initialize()69 uv_unref(reinterpret_cast<uv_handle_t*>(&extra_async)); in Initialize()