Skip to content
Commit 8898e125 authored by Rico Tzschichholz's avatar Rico Tzschichholz
Browse files

parser: Add support for explicit "unlock" syntax

By providing more control over the internal support for Mutex creation and
usage, this allows a more complex resource control while having an explicit
way to unlock a previously locked lockable.

  lock (foo);
  ...
  unlock (foo);

https://bugzilla.gnome.org/show_bug.cgi?id=795545
parent 4d1923c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment