... &uv_async, (uv_async_cb) cb); } void send() { uv_async_send(&uv_async); } void close() { uv_close((uv_handle_t *) &uv_async, [](uv_handle_t *a) { delete ...
確定! 回上一頁