Add support for async/await
This patch was authored and released by @0xTim.
Adds support for async/await to Vapor. This initially adds async APIS for:
Client
RoutesBuilder
ResponseEncodable
Responder
Middleware
AsyncPasswordHasher
Cache
View
ViewRenderer
We'll add more to Vapor if they make sense - please suggest them in the #development
channel on Discord.