swift
863dcec1 - [concurrency] stdlib: add a _runAsyncHandler compiler intrinsic.

Commit
4 years ago
[concurrency] stdlib: add a _runAsyncHandler compiler intrinsic. It just calls Task.runDetatched. It's more efficient to have a non-generic compiler intrinsic than to let the compiler call the generic Task.runDetatched. The _runAsyncHandler doesn't have to be generic because the return value of the run function is defined to be Void.
Author
Committer
Parents
Loading