CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 04:29:51 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"0b69c53117812d9916dd6d1a8f01dbe3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=5rYMMQbbmAhS6IxPCuiS3nxfejPFdioIi7QxaBwr3SA%2FKm%2FVywFCNzSsUObcMI3DwRTExFVLF3d7wJ2o%2BXm8poopMaNw5aViu4ih4wyy3OS3A6b%2BN03q%2BVT7NKbVPpvq8IVm17AIN4vwfrFmMpsMRrRJ3lj8EVfKYvHvCsJsiAYyfTBCU73dh7jrsVsw4Ay6veNb6IjtAnvIVLhUaNV1zkYCeFPybYqy%2B6AvhHkI8TYCHstw%2BWuPTKv0OitvS65EFWMkFLObHhQLfUC9Yy9xoA%3D%3D--IvnEmVMg8%2FC2WTR5--bpmzaAdXiVPvlWGwKhTf9g%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1869796851.1753936190; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 04:29:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 04:29:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B3A8:36DC87:249999:3414A2:688AF13E
Home · celluloid/celluloid Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 272
Home
Chuck Remes edited this page Feb 10, 2017
·
75 revisions
Update your code to the current API: See the refactoring guide.
- Frequently Asked Questions: Have a question? Start here maybe!
- Basic Usage: learn the basics of Celluloid
- Tutorials: list of tutorials touching on Celluloid
- Actor Lifecycle: unlike regular objects, actors aren't garbage collected! Learn how to manage them
- Pipelining and Execution Modes: Celluloid guarantees only one method runs at a time but can reorder work. Learn how!
- Structuring Programs: When should you use actors versus regular objects?
- Debugging: How to identify and fix bugs in your actor systems
- Gotchas: learn to avoid common mistakes when using Celluloid
- Fault Tolerance: how to build fault-tolerant programs with Celluloid
- Futures: request a method call (or compute a block) and get the result later
- Linking: link actors together so they receive each other's exit messages
- Registry: give your actors a name so other actors can find them
- Supervisors: monitor an actor and restart it when it crashes
- Supervision Groups: launch and supervise groups of actors (or other groups)
- Pools: create fixed-sized pools of actors for background job processing
- Exclusive: avoid deferring to the scheduler when waiting on other actors or system events
- Timers: run a method after a given amount of time
- Protocol Interaction: send and receive raw asynchronous messages between actors
- Finite State Machines: use finite state machines to control logic
- Notifications: publish/subscribe notifications between actors
- Conditions: ConditionVariable-like event signaling inside of or between actors
- Finalizers: Run methods when actors terminate to handle shutdown
- Logging: configure Celluloid's logger to log to files or elsewhere
- Blocks: notes on how Celluloid handles blocks
- Thread Safety Notes: learn about how to tell if a particular gem is thread-safe
- Projects Using Celluloid: using Celluloid? Tell people here
- Glossary: A guide to Celluloid terminology
- Roadmap: Release milestones and upcoming features
- GSoC Ideas: Ideas for Google Summer of Code for most recent year
- Elsewhere on the Internet: Useful links about Celluloid
- Asking for help: Getting advice on how to use Celluloid in your application
- YARD Documentation: Main documentation site
- Celluloid (Module): Celluloid's primary API
- Celluloid::ClassMethods: Class methods added to classes which include Celluloid
- All Celluloid classes
Always feel free to:
- Visit the
#celluloid
channel on freenode. - Post a bug report or feature request.
- Ask questions on our mailing list.
You can’t perform that action at this time.