Weak capturing

PHOTO EMBED

Tue Apr 19 2022 09:02:10 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #swift

DispatchQueue.main.asyncAfter(deadline: .now() + 4) { [weak self] in
		print(self?.greetingValue ?? "Hello World")
}
content_copyCOPY