mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Initial Task Executor implementation Task(on:), addTask(on:) etc. (#68793)
Co-authored-by: John McCall <rjmccall@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7a3e3aea15
commit
828f589be4
@@ -86,7 +86,7 @@ PROTOCOL(FixedWidthInteger)
|
||||
PROTOCOL(RangeReplaceableCollection)
|
||||
PROTOCOL(Executor)
|
||||
PROTOCOL(SerialExecutor)
|
||||
PROTOCOL(TaskExecutor)
|
||||
PROTOCOL(_TaskExecutor)
|
||||
PROTOCOL(GlobalActor)
|
||||
|
||||
PROTOCOL_(BridgedNSError)
|
||||
|
||||
Reference in New Issue
Block a user