mirror of
https://github.com/mikra01/timerpool/
synced 2026-01-09 05:01:17 +00:00
No description
|
|
||
|---|---|---|
| docs | ||
| tests | ||
| .gitignore | ||
| config.nims | ||
| LICENSE | ||
| README.md | ||
| timerpool.nim | ||
| timerpool.nimble | ||
timerpool library 
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 only
the module documentation can be found here
installation
nimble install timerpool
At 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