couchbaselabs / cbforest

C++ wrapper library around ForestDB, for use in Couchbase Lite.
17 stars 12 forks source link

Better C4 view/indexer thread safety when C4DB_THREADSAFE=1 #75

Closed snej closed 8 years ago

snej commented 8 years ago

For couchbase/couchbase-lite-android#810

hideki commented 8 years ago

From code point of view, PR looks fine. Once CBL Android/Java adapts the latest master branch of cbforest (https://github.com/couchbase/couchbase-lite-java-core/issues/1057), I will run unit test with fix/view_thread_safty. Then I will merge this PR.

hideki commented 8 years ago

All CBL Android unit tests passed with this PR.