mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #68162 from compnerd/unelaborated
Concurrency: avoid elaborated types (NFC)
This commit is contained in:
@@ -108,12 +108,12 @@
|
||||
|
||||
OVERRIDE_ACTOR(task_enqueue, void,
|
||||
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
|
||||
swift::, (class Job *job, ExecutorRef executor),
|
||||
swift::, (Job *job, ExecutorRef executor),
|
||||
(job, executor))
|
||||
|
||||
OVERRIDE_ACTOR(job_run, void,
|
||||
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
|
||||
swift::, (class Job *job, ExecutorRef executor),
|
||||
swift::, (Job *job, ExecutorRef executor),
|
||||
(job, executor))
|
||||
|
||||
OVERRIDE_ACTOR(task_getCurrentExecutor, ExecutorRef,
|
||||
|
||||
Reference in New Issue
Block a user