pkg
alexanderbrevig/SuperSimplePubSubv1.1.0
PubSub the easiest way possible. Look here: string test = " world"; // let's define a subscriber Action<object> hi = (ob) => { Console.WriteLine("hi" + ob); }; // let's subscribe Pub.Sub["hello"] = hi; // lets publish test on hello channel Pub.Sub["hello"](test); // now let's remove our subscriber Pub.Sub.Remove("hello", hi); // EASY
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Sep 11, 2014
Get Started
$ dotnet add package SuperSimplePubSubReadme
No README available.