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
- Host: GitHub
- URL: https://github.com/slavamuravey/libuv-timers
- Owner: slavamuravey
- Created: 2024-07-09T15:03:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T09:35:32.000Z (10 months ago)
- Last Synced: 2024-07-28T10:48:33.311Z (10 months ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```