Difference between revisions of "Review/std.signal"

From D Wiki
Jump to: navigation, search
m (Current state)
m (Description)
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
[https://github.com/phobos-x/phobosx/blob/master/source/phobosx/signal.d std.singal] 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
+
[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

Documentation

Review thread 1

Current state

Under voting (http://forum.dlang.org/post/nhnitsaqijyhnmgcumux@forum.dlang.org)