[macruby-changes] [3561] MacRuby/trunk/gcd.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 16 17:46:56 PST 2010


Revision: 3561
          http://trac.macosforge.org/projects/ruby/changeset/3561
Author:   ernest.prabhakar at gmail.com
Date:     2010-02-16 17:46:55 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
Add TODO for gcd.c

Modified Paths:
--------------
    MacRuby/trunk/gcd.c

Modified: MacRuby/trunk/gcd.c
===================================================================
--- MacRuby/trunk/gcd.c	2010-02-17 01:46:46 UTC (rev 3560)
+++ MacRuby/trunk/gcd.c	2010-02-17 01:46:55 UTC (rev 3561)
@@ -31,6 +31,10 @@
 static aslmsg gcd_msg = NULL;
 #define GCD_DEBUG(text) asl_log(NULL, gcd_msg, ASL_LEVEL_DEBUG, "%s", text)
 
+// TODO: Make Queue and Source inherit from Dispatch::Base
+// so they can use a common definition of suspend/resume
+// and also implement target queues
+
 typedef struct {
     struct RBasic basic;
     int suspension_count;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100216/1383676e/attachment.html>


More information about the macruby-changes mailing list