Skip to content

Remove LockType enum from RWMutex

Compare
Choose a tag to compare
@eblocha eblocha released this 16 Sep 12:54
· 19 commits to master since this release
  • Removed the LockType enum from the RWMutex
  • typescript enums cause issues with tree-shaking
  • Moved to string union type, and renamed to RWLockType
  • Package can now be marked side-effect free