class M2R::Connection::Error

Attributes

errno[RW]

Public Instance Methods

signal?() click to toggle source
# File lib/m2r/connection.rb, line 6
def signal?
  errno == ZMQ::EINTR
end