swift
e125326f
- Require MainActor isolation on main function
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Require MainActor isolation on main function This patch forces the main function to be protected behind MainActor isolation. If no actor isolation is specified, the main function will implicitly have MainActor isolation.
References
#39503 - Require MainActor isolation on main() function
Author
etcwilde
Committer
etcwilde
Parents
704b3706
Loading