Wulf / nodehun

The Hunspell binding for NodeJS that exposes as much of Hunspell as possible and also adds new features. Hunspell is a first class spellcheck library used by Google, Apple, and Mozilla.
MIT License
286 stars 42 forks source link

Delete unused shared_mutex #87

Closed trofim24 closed 3 years ago

trofim24 commented 3 years ago

After

Switch from std::shared_mutex to libuv's uv_rwlock

shared_mutex not used.

Wulf commented 3 years ago

Awesome, thanks.