Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

libuv-multiple-loops

An example showing how to use multiple event loops in libuv. The loops run in two different threads, and the example also shows how threads can communicate.

Also included is a CMakeLists.txt file, in case you want to use CMake. Remember to adjust paths to libuv.