IProto::EMConnection
# File lib/iproto/em.rb, line 215 def send_request(request_type, body) _send_request(request_type, body, Fiber.current) result = Fiber.yield raise result if Exception === result result end
[Validate]
Generated with the Darkfish Rdoc Generator 2.