Tue, 28 May 2024 00:26:37 UTC | login

Information for build lua-timerwheel-1.0.2-5.fc38

ID224378
Package Namelua-timerwheel
Version1.0.2
Release5.fc38
Epoch
SummaryPure Lua timerwheel implementation
DescriptionEfficient timer for timeout related timers: fast insertion, deletion, and execution (all as O(1) implemented), but with lesser precision. This module will not provide the timer/runloop itself. Use your own runloop and call wheel:step to check and execute timers.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 11:03:35 UTC
CompletedTue, 21 Feb 2023 11:03:35 UTC
Tags
f38
f39
f40
RPMs
src
lua-timerwheel-1.0.2-5.fc38.src.rpm (info) (download)
noarch
lua-timerwheel-1.0.2-5.fc38.noarch.rpm (info) (download)
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 08 2023 Benson Muite <benson_muite@emailplus.org> - 1.0.2-4 - Update smoke test * Sat Nov 19 2022 Benson Muite <benson_muite@emailplus.org> - 1.0.2-3 - Update test, only needed for older versions of lua * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.0.2-2 - Add smoke test - Fix directory ownership - Include coxpcall as a dependency * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.0.2-1 - Initial release