Method: Thin::Connection#threaded=

Defined in:
lib/thin/connection.rb

#threaded=(value) ⇒ Object (writeonly)

Calling the application in a threaded allowing concurrent processing of requests.



29
30
31
# File 'lib/thin/connection.rb', line 29

def threaded=(value)
  @threaded = value
end