ztimer
Advanced tools
+1
-1
@@ -28,3 +28,3 @@ require "ztimer/version" | ||
| def every(milliseconds, &callback) | ||
| enqueued_at = @metric.utc_microseconds | ||
| enqueued_at = utc_microseconds | ||
| expires_at = enqueued_at + milliseconds * 1000 | ||
@@ -31,0 +31,0 @@ slot = Slot.new(enqueued_at, expires_at, milliseconds * 1000, &callback) |
| module Ztimer | ||
| VERSION = "0.4.2" | ||
| VERSION = "0.4.3" | ||
| end |