# File lib/em/pool.rb, line 79
    def on_error *a, &b
      @on_error = EM::Callback(*a, &b)
    end