What is the equivalent of @autoreleasepool in Swift?

前端 未结 4 1485
抹茶落季
抹茶落季 2021-02-01 11:35

In Swift, I notice there is no @autoreleasepool{} construct, although Swift does use ARC. What is the proper way to manage an autoreleasepool in Swift, or has it be

4条回答
提交回复
热议问题