Changes between Version 14 and Version 15 of soc/2007/SignalNetwork
- Timestamp:
- Aug 20, 2007, 1:22:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/SignalNetwork
v14 v15 1 1 == Prototype implementation == 2 2 3 If you're interested, you may want to examine the [http://dancinghacker.com/code/ signet/ documentation for the prototype implementation].3 If you're interested, you may want to examine the [http://dancinghacker.com/code/dataflow/ documentation for the prototype implementation]. 4 4 5 5 == News == 6 '''(2007/08/06)''' 7 * generic dataflow concepts pulled into the Dataflow library 8 * Signal Network refactored to into a module of Dataflow 9 * added an experimental module based on dataflow through pointers and Phoenix actors. 10 6 11 '''(2007/07/05)''' 7 12 * everything is now in boost::signals namespace