What the **** is an @escaping closure in Swift
It's a fundamental question in every Apple Developer tech interview. What is the main difference between closures marked with @escaping and non-escaping closures?
In this article, I'll go over the fundamentals of this question so you can better understand the how and why of using @escaping.