When working with asynchronious code in Swift, we might have to find ways to mix and connect different asynchronious patterns like using the Combine framework together with Swift's async/await API. In this article, we'll look at how to call async-marked functions within Combine based APIs.