abstract class Symphony::BackgroundService

Direct Known Subclasses

Defined in:

symphony/service.cr

Macro Summary

Instance Method Summary

Macro Detail

macro service_implemented_by(service) #

Provided for convenience when composing one service out of another. Takes care of delegating all necessary methods.


[View source]

Instance Method Detail

abstract def alive? : Bool #

[View source]
abstract def interrupt : Nil #

[View source]
abstract def join(timeout : Time::Span | Nil = nil) : Nil #

[View source]
abstract def start : Nil #

[View source]