{"id":82222,"library":"thin-async","title":"Thin Async","description":"A wrapper for the Thin web server that enables asynchronous response body sending for long-lived connections.","status":"active","version":"0.3.0","language":"ruby","source_language":null,"source_url":"https://github.com/macournoyer/thin_async","tags":["thin","async","web","server"],"install":[{"cmd":"gem install thin_async","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'thin_async', '~> 0.3.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Thin","correct":"require 'thin_async'"}],"quickstart":{"code":"require 'thin_async'\n\nclass App\n  def call(env)\n    body = Thin::AsyncBody.new\n    Thread.new do\n      sleep 1\n      body << \"Hello\"\n      body << \" World\"\n      body.close\n    end\n    [200, {'Content-Type' => 'text/plain'}, body]\n  end\nend\n\nThin::Server.start('0.0.0.0', 3000, App.new)","lang":"ruby","description":"Create an async response with Thin"},"warnings":[{"fix":"Use Thin as your application server.","message":"Only works with the Thin web server; not compatible with other servers like Puma or Unicorn.","severity":"gotcha","affected_versions":">= 0.3.0"}],"env_vars":null,"search_vec":"'async':2,22 'asynchron':12 'bodi':14 'connect':20 'enabl':11 'live':19 'long':18 'long-liv':17 'respons':13 'send':15 'server':9,24 'thin':1,7,21 'web':8,23 'wrapper':4","created_at":"2026-06-19T05:14:53.050102+00:00","updated_at":"2026-06-19T05:14:53.050102+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/macournoyer/thin_async","github":"https://github.com/macournoyer/thin_async","docs":"http://www.rubydoc.info/gems/thin_async/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}