We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c44814 commit 79be291Copy full SHA for 79be291
Sources/TSCUtility/FSWatch.swift
@@ -823,7 +823,7 @@ public final class FSEventStream {
823
824
// Start the runloop.
825
public func start() throws {
826
- let thread = Thread { [weak self] in
+ let thread = TSCBasic.Thread { [weak self] in
827
guard let `self` = self else { return }
828
self.runLoop = CFRunLoopGetCurrent()
829
// Schedule the run loop.
0 commit comments