Skip to content

Commit f243381

Browse files
committed
Add comment.
1 parent 91f9ad9 commit f243381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftTask/SwiftTask.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public class Task<Progress, Value, Error>: _Task<Error>
200200

201201
let configuration = Configuration()
202202

203+
// NOTE: Swift 1.1 compiler fails if using [weak self] instead...
203204
weak var weakSelf = self
204205

205206
// setup state machine

0 commit comments

Comments
 (0)