sig/timers.rbs in httpx-0.20.5 vs sig/timers.rbs in httpx-0.21.0
- old
+ new
@@ -1,8 +1,8 @@
module HTTPX
class Timers
@intervals: Array[Interval]
- @next_interval_at: Numeric
+ @next_interval_at: Float
def after: (Numeric interval_in_secs) { () -> void } -> void
def wait_interval: () -> Numeric?
\ No newline at end of file