swift
f0c5c4b8 - Conjure up `asyncMainDrainQueue`

Commit
3 years ago
Conjure up `asyncMainDrainQueue` The asyncMainDrainQueue is also declared `internal`, so it won't show up in the swiftinterface file. The expected declaration is: ``` @available(SwiftStdlib 5.5, *) @_silgen_name("swift_task_asyncMainDrainQueue") internal func _asyncMainDrainQueue() -> Never ```
Author
Committer
Parents
  • lib/SILGen
    • File
      SILGenFunction.cpp