Method: Cod::Beanstalk::Channel#to_read_fds

Defined in:
lib/cod/beanstalk/channel.rb

#to_read_fdsObject



75
76
77
78
# File 'lib/cod/beanstalk/channel.rb', line 75

def to_read_fds
  fail "Cod.select not supported with beanstalkd channels.\n"+
    "To support this, we will have to extend the beanstalkd protocol."
end