I'm trying to figure out what @MainActor means in this definition of UICloudSharingController in Apple Documents found here.
Here's what it says:
@MainActor class UICloudSharingController : UIViewController
I couldn't find much information on Google. This Apple Documentation is the closest thing I found. Is this what i need? Here is the declaration to the MainActor class:
@globalActor final actor MainActor