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 6eebb22 commit 83ac78fCopy full SHA for 83ac78f
stdlib/public/Concurrency/Actor.swift
@@ -52,8 +52,8 @@ public func _defaultActorDestroy(_ actor: AnyObject)
52
@usableFromInline
53
internal func _enqueueOnMain(_ job: UnownedJob)
54
55
-/// A singleton actor whose executor is equivalent to
56
-/// `DispatchQueue.main`, which is the main dispatch queue.
+/// A singleton actor whose executor is equivalent to the main
+/// dispatch queue.
57
@available(SwiftStdlib 5.5, *)
58
@globalActor public final actor MainActor: SerialExecutor {
59
public static let shared = MainActor()
0 commit comments