Initial Task Executor implementation Task(on:), addTask(on:) etc. (#68793)

Co-authored-by: John McCall <rjmccall@gmail.com>
This commit is contained in:
Konrad `ktoso` Malawski
2023-12-12 17:14:24 +09:00
committed by GitHub
parent 7a3e3aea15
commit 828f589be4
68 changed files with 2680 additions and 277 deletions

View File

@@ -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)