timerpool
threadsafe timerpool implementation for event purpose
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install timerpool
choosenim install timerpool
git clone https://github.com/mikra01/timerpool/
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| timerpool | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/mikra01/timerpool/ |
|---|---|
| Homepage | https://github.com/mikra01/timerpool |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
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