# File lib/em/resolver.rb, line 67 def post_init @requests = {} EM.add_periodic_timer(0.1, &method(:tick)) end