Difference between revisions of "Review/std.signal"
m (→Current state) |
m (→Description) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | [https://github.com/phobos-x/phobosx/blob/master/source/phobosx/signal.d std. | + | [https://github.com/phobos-x/phobosx/blob/master/source/phobosx/signal.d std.signal] is a package authored by Robert Klotzner that implements [http://en.wikipedia.org/wiki/Observer_pattern Observer pattern] in D. It is supposed to deprecate and supersede existing (and broken) std.signals |
=== Related links === | === Related links === |
Revision as of 22:48, 9 January 2014
Description
std.signal is a package authored by Robert Klotzner that implements Observer pattern in D. It is supposed to deprecate and supersede existing (and broken) std.signals
Related links
Current state
Under voting (http://forum.dlang.org/post/nhnitsaqijyhnmgcumux@forum.dlang.org)