passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
9 stars 8 forks source link

Replace continuations with natively async methods #284

Closed keeshux closed 2 years ago

keeshux commented 2 years ago

I used continuations unaware of ObjC providing implicit Concurrency counterparts to completion handlers.