An open API service indexing awesome lists of open source software.

https://github.com/slavamuravey/libuv-timers

Here I explore how libuv timers work
https://github.com/slavamuravey/libuv-timers

Last synced: 6 months ago
JSON representation

Here I explore how libuv timers work

Awesome Lists containing this project

README

        

# libuv-timers
Here I explore how libuv timers work

### Build
```
$ cmake -B build
$ cmake --build build
```

### Run some example
```
$ cd build
$ ./timers
```