-
finallyis the same asensure, but it is not chainableDeclaration
Swift
public func finally(on: Dispatcher = conf.D.return, _ body: @escaping () -> Void)
PromiseKit 7.0.0-rc1 Docs (80% documented)
finally is the same as ensure, but it is not chainable
Swift
public func finally(on: Dispatcher = conf.D.return, _ body: @escaping () -> Void)