Dispatch icon indicating copy to clipboard operation
Dispatch copied to clipboard

Dispatch is a MacRuby wrapper around Mac OS X's Grand Central Dispatch.

Results 2 Dispatch issues
Sort by recently updated
recently updated
newest added

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...

Regular Enumerable#each returns the original object - array or whatever. Is there any reason the p_ equivalents shouldn't too? i.e.: def p_each(stride=1, priority=nil, &block) ary = self.to_a ary.count.p_times(stride, priority) {...