]> git.proxmox.com Git - proxmox-backup.git/commit
add tools::timer module
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Dec 2018 10:07:43 +0000 (11:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Dec 2018 10:23:00 +0000 (11:23 +0100)
commit8cf6e764ad7868213d178d07eb2e08b5c5395191
treeac2ecd0191f3e0196fafbdabb36458ed7b35ad23
parent2aea95210ef521b9fad42732da6d1aec1bb37653
add tools::timer module

This wraps POSIX timers via timer_create(2).

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/tools.rs
src/tools/timer.rs [new file with mode: 0644]