Skip to content

Commit 3a425ac

Browse files
Update ActorsExample.swift
1 parent 4fe0385 commit 3a425ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SwiftUIExamples/SwiftUIExamples/Combine/ActorsExample.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Foundation
33

44
// MARK: - Thread Inspection Utility
55
func currentThreadInfo(_ label: String = "") -> String {
6+
print("-------------------")
67
let thread = Thread.current
78
return """
89
\(label.isEmpty ? "" : "\(label): ")

0 commit comments

Comments
 (0)