struct

Honcho::Process

Inherits Struct < Value < Object

Constructors

new(name : String, supervisor : Channel(Message), **options, &proc : -> )
Source

Instance methods

alive=(alive : Bool)
Source
alive?
Source
fiber
Source
fiber=(fiber : Fiber | Nil)
Source
kill
Source
mode
Source
mode=(mode : ProcessMode)
Source
name
Source
name=(name : String)
Source
proc
Source
proc=(proc : -> )
Source
restart
Source
restart_delay

Number of seconds to wait before restarting this process

Source
restart_delay=(restart_delay : Float64)

Number of seconds to wait before restarting this process

Source
supervisor
Source
supervisor=(supervisor : Channel(Message))
Source