Skip to content
Snippets Groups Projects
Commit d1fa1055 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Remove duplicate block()/unblock() code

This makes all EMPER synchronization primitives inherit from
Blockable. As result all block and unblock operations of a context
will go to the same code path. We can later use this to store the set
of currently blocked contexts.

Also Blockable now inherits Logger, which makes some things easier,
but as result we have to invoke the logX() methods with "this->"
prepended. See related code comment.
parent 625dc0f3
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.
Please register or to comment