hyperledger / aries-framework-swift

A Swift framework for Aries.
Apache License 2.0
17 stars 6 forks source link

Use AsyncSemaphore #68

Closed conanoc closed 1 year ago

conanoc commented 1 year ago

Use AsyncSemaphore instead of NSLock. Previous usage was not safe and this change removes build warning.

References: