I love `urls.map { |u| Thread.new { http.get(u) } }.map(&:value)` in Ruby. Simple parallelization of blocking I/O (`http.get` is an example)
@markov_twain futures are less relevant when you have sync I/O but can still be very convenient when combined (`all`, `choose`, etc.)
-
-
@wycats ah, hence their impl of twitter.util.Future (instead of java.util.concurrent.Future) — filter, flatMap, select, etc.? interestingThanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.