Add monotonic and real time helpers allowing circuit breakers to utilize the monotonic system clock when using circuitbox's memory store
Unified the monotonic helper across Circuitbox::MemoryStore and Circuitbox::CircuitBreaker. Monotonic time helper is only used when the circuit_store is a Circuitbox::MemoryStore, all other stores use the Real (Time.now.to_i) time helper.
Add monotonic and real time helpers allowing circuit breakers to utilize the monotonic system clock when using circuitbox's memory store
Unified the monotonic helper across Circuitbox::MemoryStore and Circuitbox::CircuitBreaker. Monotonic time helper is only used when the circuit_store is a Circuitbox::MemoryStore, all other stores use the Real (
Time.now.to_i
) time helper.