Commit c2574585 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Add OffsetClock to the readme

parent 38575605
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ Available clock classes:
* TickingClock. Clock that advances an interval every call
* CallbackClock. A wrapper for a closure that also supports generator closures
* RoundingClock. A clock wrapper that rounds time to a certain precision
* OffsetClock. A clock wrapper that modifies the inner clock by a given interval

Read full documentation here: <https://sandfox.dev/php/clock.html>