class Honcho::Visor

Defined in:

honcho/visor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(strategy : Strategy = Strategy::ISOLATED) #

[View source]

Instance Method Detail

def bus : Channel(Message) #

[View source]
def bus=(bus : Channel(Message)) #

[View source]
def children : Hash(String, Process) #

[View source]
def children=(children : Hash(String, Process)) #

[View source]
def handler : Process, Message::Event -> #

[View source]
def handler=(handler : Process, Message::Event -> ) #

[View source]
def run #

[View source]
def start_supervised(name : String, **options, &block) #

[View source]
def strategy : Strategy #

[View source]
def strategy=(strategy : Strategy) #

[View source]