Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #33 monotonic_now() to be OS agnostic
Dividing by 1000 only works when the OS's native time is in nanoseconds. Using erlang:convert_time_unit/3 should work on all platforms.
- Loading branch information