Bob Polis 96e5cc193e Make context mutable
the user callback gets a const timer ref, so in principle the context
would always be read-only. However, in practice it would often be
desirable to mutate the passed context. Therfore, it's now mutable.
2024-01-24 09:19:34 +01:00
2024-01-24 09:19:34 +01:00
2024-01-23 15:42:16 +01:00
2024-01-23 15:42:16 +01:00
2024-01-23 18:56:57 +01:00
2024-01-23 23:33:57 +01:00
Description
Set one-shot or repeating alarms, and handle with a function in another thread. C++ wrapper around POSIX timers.
64 KiB
Languages
Makefile 54.8%
C++ 45.2%