Methods

Class/Module Index [+]

Quicksearch

Enumerable

Public Instance Methods

threaded_map() click to toggle source
# File lib/twitter/core_ext/enumerable.rb, line 3
def threaded_map
  threads = map do |object|
    Thread.new { yield object }
  end
  threads.map(&:value)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.