metasync icon indicating copy to clipboard operation
metasync copied to clipboard

Implement Web Locks API

Open tshemsedinov opened this issue 5 years ago • 0 comments

Web locks are named mutexes:

locks.request('namedResource', async lock => {
  // critical section
});

See spec: https://wicg.github.io/web-locks/

tshemsedinov avatar Mar 26 '19 21:03 tshemsedinov