class
TJLavin::Runner
- TJLavin::Runner
- Reference
- Object
Defined in:
tj_lavin/runner.crClass Method Summary
- .start(queues : Array(String) | Nil = nil)
-
.stop : Nil
Signal a running
Runner.startloop to exit after the current connection cycle completes.
Class Method Detail
def self.stop : Nil
#
Signal a running Runner.start loop to exit after the current
connection cycle completes. Intended for tests and graceful shutdown.