Method: UV::Loop#update_time
- Defined in:
- lib/uv/loop.rb
#update_time ⇒ Object
Public: forces loop time update, useful for getting more granular times
Returns nothing
111 112 113 |
# File 'lib/uv/loop.rb', line 111 def update_time UV.update_time(@pointer) end |