2025-01-04 12:48:09 +01:00
2025-01-04 12:48:09 +01:00
2025-01-04 12:48:09 +01:00
2024-01-23 15:42:16 +01:00
2024-11-22 15:36:13 +01:00
2025-01-04 12:48:09 +01:00
2024-11-29 14:39:46 +01:00

libsctimer — Set (possibly reapeating) alarms

Handle any alarms in a function inside its own thread.

This library is a lightweight C++-wrapper around POSIX timers, and as such only works on Linux, because, currently, the POSIX timer APIs have not been implemented on macOS or OpenBSD.

Build

make

after building and installing the dependency:

Install

sudo make install

or, on OpenBSD:

doas gmake install

Documentation

Not yet available.

Description
Set one-shot or repeating alarms, and handle with a function in another thread. C++ wrapper around POSIX timers.
Readme 64 KiB
Languages
Makefile 54.8%
C++ 45.2%