@terascope/utils / event-loop
event-loop
Index
Classes
Class | Description |
---|---|
EventLoop | A simple class for detecting when the event loop is blocked. The recommend use is to call EventLoop.init(logger) and then await EventLoop.wait() where you want to slow down potentially long running synchronous code |