Calling async functions of actor members

Since you do not control this API and without default inheritance for nonisolated async functions, your only option might be to use the historical interfaces that use completion handlers instead of async/await.

1 Like