module Novika::Resolver::SignalReceiver

Overview

SignalReceivers can receive signals sent by the RunnableRoot.

This is basically an observer/observable system sitting on top of runnable root, mainly to have a nice way to communicate, via runnable root, with objects interested in communication.

Direct including types

Defined in:

novika/resolver.cr

Instance Method Summary

Instance Method Detail

abstract def receive(signal : Signal) #

Receives and reacts to a signal sent by RunnableRoot.