Promise.swift - A Promise implementation written in Swift
===
Promise.resolve(10)
.then(increment)
.then(doubleUp)
.`catch` { _ in print("error!") }
.then { v in
print(p) // 22
}MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Promise.swift - A Promise implementation written in Swift
===
Promise.resolve(10)
.then(increment)
.then(doubleUp)
.`catch` { _ in print("error!") }
.then { v in
print(p) // 22
}MIT