# File lib/ruote/svc/dispatch_pool.rb, line 93
    def do_dispatch(participant, msg)

      do_raw_dispatch(participant, msg)

    rescue => err
      @context.error_handler.msg_handle(msg, err)
    end