-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid potential race condition by making Storage thread safe (#26)
* fix:avoid race condition by making Storage thread safe * Update Storage.swift Use accessQueue only when it's necessary * Use legacy guard syntax for compatibility with older swift version's * Remove extra space
- Loading branch information
1 parent
e850e9f
commit b2da539
Showing
1 changed file
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters