Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikra01/timerpool
threadsafe timerpool implementation for event purpose
https://github.com/mikra01/timerpool
event nim-lang timer
Last synced: about 2 months ago
JSON representation
threadsafe timerpool implementation for event purpose
- Host: GitHub
- URL: https://github.com/mikra01/timerpool
- Owner: mikra01
- License: mit
- Created: 2017-10-30T20:27:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T10:44:47.000Z (over 4 years ago)
- Last Synced: 2024-08-03T03:04:45.216Z (5 months ago)
- Topics: event, nim-lang, timer
- Language: Nim
- Homepage:
- Size: 72.3 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - timerpool - Threadsafe timerpool implementation for event purposes. (Language Features / Threading)
README
### timerpool library [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/yglukhov/nimble-tag)
Thread-safe software timerpool implementation in Nim.This library simplifies handling and running
very much timers (constrained by memory).
The timers itself are not designed for
critical time-measuring purposes. It´s for
event purpose onlythe module documentation can be found [here](https://mikra01.github.io/timerpool/timerpool.html)
#### installation
nimble install timerpoolAt the moment only tested on the windows10 platform with gcc/vcc (x64).
Comments, bug reports and PR´s always welcome.
to compile and run the tests type
"nimble test" within the projects main directory after cloning the repository. The tests
itself are not installed via the nimble installation