swift
e125326f - Require MainActor isolation on main function

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.
Author
Committer
Parents
Loading