Skip to content

Commit 79be291

Browse files
authored
Clarify when we're creating a TSC Thread and not a Foundation Thread (#345)
1 parent 1c44814 commit 79be291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/TSCUtility/FSWatch.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ public final class FSEventStream {
823823

824824
// Start the runloop.
825825
public func start() throws {
826-
let thread = Thread { [weak self] in
826+
let thread = TSCBasic.Thread { [weak self] in
827827
guard let `self` = self else { return }
828828
self.runLoop = CFRunLoopGetCurrent()
829829
// Schedule the run loop.

0 commit comments

Comments
 (0)