Revision: 3481 http://trac.macosforge.org/projects/ruby/changeset/3481 Author: ernest.prabhakar@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)
participants (1)
-
source_changes@macosforge.org