class HqTrivia::ShowCoordinator

Overview

Coordinates shows, continues to ping HQ looking for shows.

Defined in:

hqtrivia/show_coordinator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(coordinator : Coordinator) #

[View source]

Instance Method Detail

def on_show(blocking = true, &block : Model::Show -> ) #

When an active show is found it is yielded to the block, by defaults it blocks the thread


[View source]