sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.32k stars 349 forks source link

Correct uv::runLoop() calls in stuntests #148

Closed Malesio closed 7 years ago

Malesio commented 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.