{"id":81058,"library":"celluloid-pool","title":"Celluloid Pool","description":"An implementation of an actor pool, based on the Celluloid concurrent object framework.","status":"active","version":"0.20.5","language":"ruby","source_language":null,"source_url":"https://github.com/celluloid/celluloid-pool","tags":["celluloid","concurrency","actor","pool"],"install":[{"cmd":"gem install celluloid-pool","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'celluloid-pool', '~> 0.20.5'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Celluloid::Pool","correct":"require 'celluloid/pool'"}],"quickstart":{"code":"require 'celluloid/pool'\n\nclass Worker\n  include Celluloid\n\n  def process(task)\n    \"Processed #{task}\"\n  end\nend\n\npool = Worker.pool(size: 5)\nfuture = pool.future.process(\"task1\")\nputs future.value","lang":"ruby","description":"Create a pool of 5 worker actors and process a task."},"warnings":[{"fix":"Consider using alternative concurrency libraries like Concurrent Ruby or Async.","message":"Celluloid is no longer actively maintained and may have compatibility issues with Ruby 3.0+.","severity":"breaking","affected_versions":">= 0.20.0"}],"env_vars":null,"search_vec":"'actor':7,18 'base':9 'celluloid':1,12,16 'concurr':13,17 'framework':15 'implement':4 'object':14 'pool':2,8,19","created_at":"2026-06-18T05:43:09.577362+00:00","updated_at":"2026-06-18T05:43:09.577362+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/celluloid/celluloid-pool","github":"https://github.com/celluloid/celluloid-pool","docs":"http://www.rubydoc.info/gems/celluloid-pool/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}