sapling/lib/edenapi
Arun Kulshreshtha f1c1cf95d6 edenapi: release GIL during data fetching
Summary: Release the GIL during data fetching to allow for progress bars to update properly. The data fetching code is pure Rust and does not interact with the Python interpreter at all, so releasing the GIL here is safe.

Differential Revision: D15051852

fbshipit-source-id: 144da953720951f9a30aadfc2b7fc8c8bc6b14aa
2019-04-24 13:33:58 -07:00
..
src edenapi: release GIL during data fetching 2019-04-24 13:33:58 -07:00
Cargo.toml edenapi: switch to CBOR for data serialization 2019-04-15 12:32:25 -07:00