sapling/eden/mononoke/blobstore
Thomas Orozco 097e4ad00c mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively)
Summary:
The earlier diffs in this stack have removed all our dependencies on the Tokio
0.1 runtime environment (so, basically, `tokio-executor` and `tokio-timer`), so
we don't need this anymore.

We do still have some deps on `tokio-io`, but this is just traits + helpers,
so this doesn't actually prevent us from removing the 0.1 runtime!

Note that we still have a few transitive dependencies on Tokio 0.1:

- async-unit uses tokio-compat
- hg depends on tokio-compat too, and we depend on it in tests

This isn't the end of the world though, we can live with that :)

Reviewed By: ahornby

Differential Revision: D26544410

fbshipit-source-id: 24789be2402c3f48220dcaad110e8246ef02ecd8
2021-02-22 09:22:42 -08:00
..
blobstore_stats autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
cacheblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
chaosblob mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
delayblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
factory mononoke: async make_metadata_sql_factory 2021-02-22 00:21:13 -08:00
fileblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
if autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
logblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
memblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
multiplexedblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
packblob mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
prefixblob mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
readonlyblob mononoke: remove Clone from ReadOnlyBlobstore 2021-02-22 03:32:00 -08:00
redactedblobstore mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
samplingblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
sqlblob mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
src mononoke: remove Arc and Clone from CountedBlobstore 2021-02-22 03:35:25 -08:00
test mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
throttledblob autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
virtually_sharded_blobstore autocargo v1: changes to match autocargo v2 generation results. 2021-02-19 11:03:55 -08:00
Cargo.toml mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00