Skip to content

Commit 80c1974

Browse files
committed
comment
1 parent bc92f19 commit 80c1974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bk1ch05zp05MakeYourOwnAsyncStream/MakeYourOwnAsyncStream/ViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class TextFieldSelectionChangeStreamer: NSObject, UITextFieldDelegate {
1414
continuation.onTermination = { term in
1515
print("terminated!")
1616
} as (@Sendable (AsyncStream<UITextField>.Continuation.Termination) -> Void)
17+
// but not fixed in RC
1718
}
1819
super.init()
1920
self.continuation = myContinuation

0 commit comments

Comments
 (0)