subscribed

A minimalistic library providing eventing-related structures.

Modules

event
module subscribed.event

An event structure representing a one-to-many function/delegate relationship.

event_machine
module subscribed.event_machine

An event machine structure slightly resembling finite automata.

mediator
module subscribed.mediator
Undocumented in source.
slist
module subscribed.slist

An event structure representing a one-to-many function/delegate relationship.

Public Imports

subscribed.event
public import subscribed.event;

<a href="./event.html">Go to the docs for the Event struct.</a>

subscribed.event_machine
public import subscribed.event_machine;

<a href="./event_machine.html">Go to the docs for the EventMachine struct.</a>

subscribed.mediator
public import subscribed.mediator;

<a href="./mediator.html">Go to the docs for the Mediator struct.</a>

Meta