module Novika::Resolver::SignalReceiver
Overview
SignalReceiver
s 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.crInstance Method Summary
-
#receive(signal : Signal)
Receives and reacts to a signal sent by
RunnableRoot
.
Instance Method Detail
Receives and reacts to a signal sent by RunnableRoot
.