Commit
3fe72154a30b3e2362a7c4dc4e7a62e58c323acd
by md_5
Fix slow event detection Time moves forward, so the second call to nanoTime returns a bigger number than the first one, giving a negative elapsed time … defeating the whole purpose of this code. :-( (commit: 3fe7215)