hyperledger / aries-framework-swift

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

Use AsyncSemaphore #69

Closed conanoc closed 11 months ago

conanoc commented 11 months ago

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

References: