Chapter 4: Async is explained much to complicated

I found some interesting resources that could be helpful:

API Docs: https://api.vapor.codes/core/latest/Async/Extensions/Future.html

Tutorial Docs: https://docs.vapor.codes/3.0/async/overview/

NIO EventLoopFuture (aka Future in Vapor) Docs: https://apple.github.io/swift-nio/docs/current/NIO/Classes/EventLoopFuture.html

NIO EventLoopPromise (aka Promise in Vapor) Docs: https://apple.github.io/swift-nio/docs/current/NIO/Structs/EventLoopPromise.html

1 Like