Avatar
omochimetaru 11/2/2019 6:59 PM
The review of SE-0269: Increase availability of implicit self in @escaping closures when reference cycles are unlikely to occur begins now and runs through November 12, 2019. The proposal is written by @Jumhyn. Reviews are an important part of the Swift evolution process...
7:00 PM
execute { [self] in let foo = doFirstThing() performWork(with: bar) doSecondThing(with: foo) cleanup() }
7:00 PM
明示的なselfキャプチャーによってクロージャ内でメソッドみたいにself.が不要
7:02 PM
軽く話してるけどこれ系すすまないよな〜と思ったらレビュー開始してた