apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
29 stars 20 forks source link

Allow fold_range_wait in snapshot mode #14

Closed kocolosk closed 3 years ago

kocolosk commented 3 years ago

This is just a convenience function in case the calling code happens to supply an erlfdb_snapshot structure instead of an erlfdb_transaction. It has no actual effect on the semantics since this is merely waiting on the previously-created future.