eventsystem 1.0.0

Super tiny event system using delegates


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Tiny Event System

Its just 10 lines of code (including unittests)!

Usage:

Event!string onStringChange;
onStringChange ~= (str) { /* Handle new string */ };
onStringChange.emit("Foo");
Authors:
  • webfreak
Dependencies:
none
Versions:
2.0.0 2021-Jun-10
1.3.0 2021-Jun-10
1.2.0 2017-Apr-11
1.1.0 2016-Jan-16
1.0.1 2015-Nov-15
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
eventsystem.dub.pm