Using async await in Combine

Philipp Weiss
Jun 15, 2021

--

Since the WWDC and the introduction of the new pull to refresh API we needed to add async await functionality to combine. Therefore, we wrote a litte extension function.

This code allows to map between combine and await code:

Thats all you need to combine async await and combine!

--

--