Closed Malesio closed 7 years ago
The uv::runLoop() definition has been changed to default-only arguments, so in order to provide uv_run_mode, you must specify the loop which should run.
uv::runLoop()
uv_run_mode
The
uv::runLoop()
definition has been changed to default-only arguments, so in order to provideuv_run_mode
, you must specify the loop which should run.