Class: Celluloid::Supervision::Container::Tree

Inherits:
Object
  • Object
show all
Includes:
Behavior
Defined in:
lib/celluloid/supervision/container/behavior/tree.rb

Overview

class << self

  def tree(actors=[], *args, &block)
    blocks << lambda do |container|
      container.tree(Configuration.options(args, :supervise => actors, :block => block ))
    end
  end
end

Method Summary

Methods included from Behavior

[], []=, configure, included, injections, parameter