Closed inexorabletash closed 7 years ago
Weak preference for lock or mutex since I've heard them more in these kind of concurrent-programming contexts.
https://stackoverflow.com/questions/2332765/lock-mutex-semaphore-whats-the-difference says maybe "mutex" would be better since this is "cross-process".
Other data points:
I did a renaming pass to 'Lock' and it doesn't seem too bad. Renamed the repo. We'll see if this sticks.
Resolving for now, can be re-opened if anyone complains.
This affects types (e.g.
Flag
) and entry points (e.g.requestFlag
)