class TJLavin::Runner

Defined in:

tj_lavin/runner.cr

Class Method Summary

Class Method Detail

def self.start(queues : Array(String) | Nil = nil) #

[View source]
def self.stop : Nil #

Signal a running Runner.start loop to exit after the current connection cycle completes. Intended for tests and graceful shutdown.


[View source]