sapling/eden/mononoke/cmds
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
..
admin Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
backfill_derived_data Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
benchmark_storage_config Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
blobrepo_checker Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
blobstore_healer Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
bonsai_verify Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
tests thrift: sync changes to repos.thrift from configerator 2020-06-04 01:38:01 -07:00
aliasverify.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
backfill_git_mapping.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
benchmark_filestore.rs mononoke/async_limiter: make AsyncLimiter::new async 2020-05-12 06:49:25 -07:00
blobimport.rs remove unneeded 'static lifetimes 2020-04-22 02:49:01 -07:00
configlint.rs metaconfig/parser: use free functions for loading configuration 2020-06-02 09:30:03 -07:00
dumprev.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
idxdump.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_import.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00
populate_healer.rs Switch Blobstore to new-style futures 2020-06-26 03:54:42 -07:00
rechunker.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
revlogrepo.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
statistics_collector.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00
upload_globalrevs.rs Switch Loadable and Storable interfaces to new-style futures 2020-06-25 08:45:37 -07:00