Skip to content
Snippets Groups Projects
Commit 2985a403 authored by Christoph Kampmeyer's avatar Christoph Kampmeyer
Browse files

wip: TestableModeAccessorDecorator releases lock in doPreRead()

parent 4a780fa7
No related branches found
No related tags found
No related merge requests found
...@@ -114,8 +114,9 @@ namespace ChimeraTK { ...@@ -114,8 +114,9 @@ namespace ChimeraTK {
} }
/** Implement callback called by TransferFuture before it blocks in wait() */ /** Implement callback called by TransferFuture before it blocks in wait() */
// TODO Removed in TE spec. Call preRead isntead, see F.4 // TODO Removed in TE spec. Call preRead isntead, see F.4 Still, has to
//void transferFutureWaitCallback() override { releaseLock(); } // handle multiple calls to preRead in readAny()
void doPreRead(TransferType /*type*/) override { releaseLock(); }
/** Obtain the testableModeLock if not owned yet, and decrement the counter. /** Obtain the testableModeLock if not owned yet, and decrement the counter.
*/ */
......
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