WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
137 stars 47 forks source link

Change signature lock from ArcCell to parking_log RwLock #32

Closed pimeys closed 5 years ago

pimeys commented 5 years ago

Crossbeam ArcCell does not exist anymore and was not sound. The parking_lot offers a fast RwLock without needing to fire system calls that should offer speed and safety to the signer signature caching.