swift
3a357e99
- Add global actor-qualified function types.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Add global actor-qualified function types. Introduce the notion of global actor-qualified function types, e.g., @MainActor () -> Void to describe synchronous functions that must execute on a particular global actor.
References
#36466 - Global actor function types
Author
DougGregor
Committer
DougGregor
Parents
0a39420b
Loading