[macruby-changes] [3481] MacRuby/trunk/lib/dispatch/future.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 10 16:14:50 PST 2010


Revision: 3481
          http://trac.macosforge.org/projects/ruby/changeset/3481
Author:   ernest.prabhakar at gmail.com
Date:     2010-02-10 16:14:49 -0800 (Wed, 10 Feb 2010)
Log Message:
-----------
Doc typo in Dispatch::Future

Modified Paths:
--------------
    MacRuby/trunk/lib/dispatch/future.rb

Modified: MacRuby/trunk/lib/dispatch/future.rb
===================================================================
--- MacRuby/trunk/lib/dispatch/future.rb	2010-02-10 23:47:12 UTC (rev 3480)
+++ MacRuby/trunk/lib/dispatch/future.rb	2010-02-11 00:14:49 UTC (rev 3481)
@@ -6,7 +6,7 @@
    
   class Future
     # Create a future that asynchronously dispatches the block 
-    # to the default queue
+    # to a concurrent queue of the specified (optional) +priority+
     attr_accessor :group
     
     def initialize(priority = nil, &block)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100210/3a9cbd8d/attachment.html>


More information about the macruby-changes mailing list