method
close
v4.1.8 -
Show latest stable
- Class:
ActionController::Live::Buffer
close()public
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 135
def close
synchronize do
super
@buf.push nil
@cv.broadcast
end
end