There's no documentation for this item.
# File webrick/utils.rb, line 21 def set_non_blocking(io) flag = File::NONBLOCK if defined?(Fcntl::F_GETFL) flag |= io.fcntl(Fcntl::F_GETFL) end io.fcntl(Fcntl::F_SETFL, flag) end
<code/>
<pre/>
<code/>and<pre/>for code samples.