Skip to content

Commit 6b9e411

Browse files
Itai Ferberphausler
authored andcommitted
Integrate changes made to Thread in swift-corelibs-foundation
1 parent dcbf396 commit 6b9e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basic/Thread.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final public class Thread {
4747
}
4848
}
4949

50-
self.thread = ThreadImpl(theTask)
50+
self.thread = ThreadImpl(block: theTask)
5151
}
5252

5353
/// Starts the thread execution.

0 commit comments

Comments
 (0)