sccache/lru-disk-cache
Alex Crichton 5f14d0be22 Reimplement get_cached_or_compile with futures
This commit just takes the synchronous version and reimplements it with
futures, using necessary combinators and such to prepare for running
commands with futures as well.

All process spawning/waiting still happens in a thread pool, this
commit just refactors methods to push futures all the way to down to the
lowest levels so we can integrate `tokio-process`.
2017-02-17 13:39:01 -05:00
..
src Reimplement get_cached_or_compile with futures 2017-02-17 13:39:01 -05:00
Cargo.toml Use my lru-cache branch until the changes land upstream 2016-12-07 12:15:01 -10:00