class Object
Constants
- EmAws
Backwards compatibility
Public Class Methods
sleep(count)
click to toggle source
# File lib/em-aws/patches.rb, line 18 def sleep(count) return EM::Synchrony.sleep(count) if defined?(EM) && EM.reactor_running? kernel_sleep(count) end
Also aliased as: kernel_sleep