Skip to content

Commit 3a2fe5d

Browse files
committed
Remove pythonQueue
1 parent 1c52b21 commit 3a2fe5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tool/Sources/PythonHelper/RunPython.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ func gilStateGuard<T>(_ closure: @escaping () throws -> T) throws -> T {
1515
}
1616
}
1717

18-
let pythonQueue = DispatchQueue(label: "Python Queue")
19-
2018
public func runPython<T>(
2119
usePythonThread: Bool = false,
2220
_ closure: @escaping () throws -> T

0 commit comments

Comments
 (0)