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.



27
28
29
# File 'lib/thin/connection.rb', line 27

def threaded=(value)
  @threaded = value
end