mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We still have a bunch of redeclarations of Dispatch functions to avoid the automatic bridging of dispatch_data_t and dispatch_block_t, but mostly this is a vast reduction in complexity (and increase in safety).
4 lines
103 B
Swift
4 lines
103 B
Swift
@_exported import Dispatch // Clang module
|
|
|
|
typealias dispatch_block_t = @convention(block) () -> Void
|