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