w3c / web-locks

Cross-tab resource coordination API
https://w3c.github.io/web-locks/
Other
124 stars 16 forks source link

Name - flags? locks? mutexes? #1

Closed inexorabletash closed 7 years ago

inexorabletash commented 7 years ago

This affects types (e.g. Flag) and entry points (e.g. requestFlag)

domenic commented 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".

inexorabletash commented 7 years ago

Other data points:

inexorabletash commented 7 years ago

I did a renaming pass to 'Lock' and it doesn't seem too bad. Renamed the repo. We'll see if this sticks.

inexorabletash commented 7 years ago

Resolving for now, can be re-opened if anyone complains.