google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 291 forks source link

Update Promise.swift with convenience init to create pending promise #213

Closed shingzhao closed 1 year ago

shingzhao commented 1 year ago

Created convenience init to initiate a pending promise. This will make fake gens easier without having to create a new Default Value anymore.