# File lib/em/tick_loop.rb, line 3
  def self.tick_loop(*a, &b)
    TickLoop.new(*a, &b).start
  end