move wangle/concurrent to folly/executors
[folly.git] / folly / futures / README.md
2017-09-06 James Sedgwickmove wangle/concurrent to folly/executors
2016-12-22 Jason LengUpdate future interrupts example in README
2016-11-15 yizhirencorrect the description about the thread to run
2016-10-24 James Sedgwicksync README
2016-08-02 Sahil JainUpdate folly/futures README
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-04-22 Hans Fugalupdate futures README
2015-07-29 Sara GolemonRegenerate README.md from source
2015-07-27 James Sedgwickdelete folly/wangle
2015-07-07 Hans Fugalfolly/futures Update README.md
2015-06-05 Hans Fugalmerge dex and readme
2015-06-03 Hans Fugal(Futures) manually-generated and manually-sanitized...
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-02-02 James Sedgwickuse wait()/get() instead of while(!f.isReady()) { ...
2015-02-02 James Sedgwickkill remaining Futures-related Wangle references
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures