No description
Find a file
2020-05-09 17:02:17 +02:00
docs nimpretty and doc cleanup 2020-05-09 16:51:39 +02:00
tests fixes f. 0.20 2019-06-09 11:49:14 +02:00
.gitignore exe added 2020-05-08 11:14:50 +02:00
config.nims renamed nimscript test-task 2017-11-04 18:15:30 +01:00
LICENSE Initial commit 2017-10-30 21:27:02 +01:00
README.md test hint fixed 2019-03-03 21:08:55 +01:00
timerpool.nim nimpretty and doc cleanup 2020-05-09 16:51:39 +02:00
timerpool.nimble test task renamed to : test 2018-11-05 22:00:54 +01:00

timerpool library nimble

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