Typealias Promise
public typealias Promise = EventLoopPromise
Convenience shorthand for EventLoopPromise
.
Vapor also has this definition. The definition in Domain is to reduce the dependency on the framework by one step.
public typealias Promise = EventLoopPromise
Convenience shorthand for EventLoopPromise
.
Vapor also has this definition. The definition in Domain is to reduce the dependency on the framework by one step.