Skip to content
Snippets Groups Projects
Commit 31f607c3 authored by Eric Cano's avatar Eric Cano
Browse files

Added support for asynchronous Lock-Fetch-Update-Commit-Unlock cycle in object store backend.

The VFS implementation only launches the operation in the background (via std::async).
The Rados implementation uses the aio features of Rados. Lock and update are launched in the background via std::async.
Also now uses override for Backend virtual function.
parent 0a78b230
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment