Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 174 forks source link

Support async/await in Protocol with Associated Type; closes #441 #442

Closed mecoFarid closed 1 year ago

mecoFarid commented 1 year ago

@MatyasKriz As you have noticed, I did not include all the methods with async/await functionality, I just decided to modify their signature and make it a bit shorter by adding only two new methods for async/await functionality. To me they look quite enough but if you have specific coding convention that I am unaware of just let me know

MatyasKriz commented 1 year ago

Sure, makes sense to me. 🙂 I just didn't get to it yesterday, merged. Thank you for your contribution!