mxcl / PromiseKit

Promises for Swift & ObjC.
MIT License
14.23k stars 1.46k forks source link

More when #1306

Closed RomanPodymov closed 1 year ago

RomanPodymov commented 1 year ago

Hello. Thank you for PromiseKit. Added func when<T>(_ guarantees: Guarantee<T>...) -> Guarantee<[T]> and func when<T>(guarantees: [Guarantee<T>]) -> Guarantee<[T]>. Improved tests.