swift
8e03bd3e - [concurrency] SILGen: emit @asyncHandler functions.

Commit
4 years ago
[concurrency] SILGen: emit @asyncHandler functions. An asyncHandler function is split into two functions: 1. The asyncHandler body function: it contains the body of the function, but is emitted as an async function. 2. The original function: it just contains _runAsyncHandler(operation: asyncHandlerBodyFunction) rdar://problem/71247879
Author
Committer
Parents
Loading