sapling/eden/fs/store/test
Wez Furlong 0de8d10208 move LocalStore::PutXXX methods to a LocalStore::WriteBatch class
Summary:
Add LocalStore::WriteBatch class so that LocalStore users
can manage own batches independently.  This makes it safer to
perform concurrent batched updates as the current implementation
assumes (incorrectly) that it has exclusive ownership of the batch mode setting.

Reviewed By: simpkins

Differential Revision: D5911697

fbshipit-source-id: 62005245ce2542b87eac206a15d8657bcca81d83
2017-09-28 20:53:40 -07:00
..
LocalStoreTest.cpp move LocalStore::PutXXX methods to a LocalStore::WriteBatch class 2017-09-28 20:53:40 -07:00
TARGETS Merge StringBase.cpp into String.cpp 2017-06-29 20:20:11 -07:00