-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
https://github.com/npatrick04/timer-wheel
A portable Common Lisp timer wheel implementation. A timer wheel provides an efficient mechanism to implement tick-based timer routines. The portable part of this is the backend using Boreaux Threads to run a background thread operating the wheel.