module Celluloid::Supervision
Supervise actor instances in a container.
Supervise collections of actors as a group
Constants
- Group
- INSTANCE_RETRY_LIMIT
- INSTANCE_RETRY_WAIT
TODO: Do not hard-code. Allow configurable values.
- Member
- VERSION
Public Class Methods
router(*_args)
click to toggle source
# File lib/celluloid/supervision/deprecate/supervise.rb, line 52 def router(*_args) # TODO: Actually route, based on :branch, if present; or else: Celluloid.services end