swift-promises icon indicating copy to clipboard operation
swift-promises copied to clipboard

Example implementation of promises in Swift

Results 1 swift-promises issues
Sort by recently updated
recently updated
newest added

"var pending: (() -> ())[] = []" should be "var pending: [(() -> ())] = []"