otobus / event_bus

:surfer: Traceable, extendable and minimalist **event bus** implementation for Elixir with built-in **event store** and **event watcher** based on ETS.

Home Page:https://hexdocs.pm/event_bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible minus duration with System.os_time/1

mustafaturan opened this issue · comments

Depending on System.os_time/1 for both initialized_at and occurred_at may give minus result when OS is busy. With this PR, the occurred_at field recalculated with the method System.monotonic_time/1.

//cc @jodyalbritton