sapling/blobrepo
Arun Kulshreshtha f3e27be2eb Make TimedFuture take asynchronous callback
Summary: Previously, the `.timed()` combinator exported by the `futures-stats` would accept a synchronous callback to log the recorded stats. In practice, logging the stats may require blocking IO, so this combinator should be modified to accept a closure that returns a Future instead.

Reviewed By: farnz

Differential Revision: D7492957

fbshipit-source-id: c634b511e5a93a18787ab3e11ab8e1c19de7566e
2018-04-06 11:34:00 -07:00
..
src Make TimedFuture take asynchronous callback 2018-04-06 11:34:00 -07:00
test mononoke: remove a few BlobRepo constructors 2018-03-29 03:29:57 -07:00