module Celluloid::Supervision

Supervise actor instances in a container.

Supervise collections of actors as a group

Constants

INSTANCE_RETRY_LIMIT
INSTANCE_RETRY_WAIT

TODO: Do not hard-code. Allow configurable values.

VERSION

Public Class Methods

router(_config = {}) click to toggle source
# File lib/celluloid/supervision/supervise.rb, line 16
def router(_config = {})
  # TODO: Actually route.
  Celluloid.services # for now, hardcode .services
end