--- 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)