mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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
@@ -88,7 +88,7 @@ STANDARD_TYPE_CONCURRENCY(Protocol, F, Executor)
|
||||
STANDARD_TYPE_CONCURRENCY(Protocol, f, SerialExecutor)
|
||||
STANDARD_TYPE_CONCURRENCY(Structure, G, TaskGroup)
|
||||
STANDARD_TYPE_CONCURRENCY(Structure, g, ThrowingTaskGroup)
|
||||
STANDARD_TYPE_CONCURRENCY(Protocol, h, TaskExecutor)
|
||||
STANDARD_TYPE_CONCURRENCY(Protocol, h, _TaskExecutor)
|
||||
STANDARD_TYPE_CONCURRENCY(Protocol, I, AsyncIteratorProtocol)
|
||||
STANDARD_TYPE_CONCURRENCY(Protocol, i, AsyncSequence)
|
||||
STANDARD_TYPE_CONCURRENCY(Structure, J, UnownedJob)
|
||||
|
||||
Reference in New Issue
Block a user