class

HqTrivia::ShowCoordinator

Inherits Reference < Object

Coordinates shows, continues to ping HQ looking for shows.

Constructors

new(coordinator : Coordinator)
Source

Instance methods

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

Source