trilemma-dev / SecureXPC

A simple and secure XPC framework for Swift
MIT License
75 stars 15 forks source link

Add async variants of `XPCClient.send/sendMessage(...)` #59

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Fixes #19

Adds new tests for the async variants. Updates documentation to match.

jakaplan commented 2 years ago

@amomchilov for your review