sapling/eden/mononoke/blobrepo
Simon Farnsworth b1c85aaf4b Switch Blobstore to new-style futures
Summary:
Eventually, we want everything to be `async`/`await`; as a stepping stone in that direction, switch the remaining lobstore traits to new-style futures.

This just pushes the `.compat()` out to old-style futures, but it makes the move to non-'static lifetimes easier, as all the compile errors will relate to lifetime issues.

Reviewed By: krallin

Differential Revision: D22183228

fbshipit-source-id: 3fe3977f4469626f55cbf5636d17fff905039827
2020-06-26 03:54:42 -07:00
..
blobrepo_hg Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
blobsync Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
changeset_fetcher Clean out unused deps from our TARGETS files 2020-04-14 03:38:11 -07:00
errors blobrepo: add mutation store 2020-05-13 11:00:55 -07:00
factory Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
override mononoke: fix broken blobrepo override refactor 2020-06-23 08:10:13 -07:00
repo_blobstore Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
src Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
test Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
Cargo.toml Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00