Sha256: 95a45492c78389a003a1418940b1f7cfb8c593d9efd3079bbb4f063cd68b5673
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
module KQueue class Watcher class ReadWrite < Watcher attr_reader :fd attr_reader :type def initialize(queue, fd, type, callback) @fd = fd @type = type super(queue, @fd, type, [], nil, callback) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rb-kqueue-0.0.1 | lib/rb-kqueue/watcher/read_write.rb |