struct Honcho::Process
- Honcho::Process
- Struct
- Value
- Object
Defined in:
honcho/process.crConstructors
Instance Method Summary
- #alive=(alive : Bool)
- #alive? : Bool
- #fiber : Fiber | Nil
- #fiber=(fiber : Fiber | Nil)
- #kill
- #mode : ProcessMode
- #mode=(mode : ProcessMode)
- #name : String
- #name=(name : String)
- #proc : ->
- #proc=(proc : -> )
- #restart
-
#restart_delay : Float64
Number of seconds to wait before restarting this process
-
#restart_delay=(restart_delay : Float64)
Number of seconds to wait before restarting this process
- #run
- #supervisor : Channel(Message)
- #supervisor=(supervisor : Channel(Message))
Constructor Detail
Instance Method Detail
def restart_delay=(restart_delay : Float64)
#
Number of seconds to wait before restarting this process