sapling/bookmarks
Mark Thomas 2747bc2342 warm_bookmarks_cache: derive each data type in a separate task
Summary:
Currently the warm bookmarks cache runs all the warmers in a single task.  This
means they compete for CPU.  Run them in separate tasks, so that they might
execute in parallel.

Reviewed By: krallin

Differential Revision: D18505881

fbshipit-source-id: e8045bd14916caf3c2c592afbe35309534fe3446
2019-11-14 10:08:29 -08:00
..
dbbookmarks Implement quickcheck::Arbitrary for fbinit::FacebookInit 2019-11-13 20:11:54 -08:00
src Implement quickcheck::Arbitrary for fbinit::FacebookInit 2019-11-13 20:11:54 -08:00
warm_bookmarks_cache warm_bookmarks_cache: derive each data type in a separate task 2019-11-14 10:08:29 -08:00