vapor / async-kit

Sugary extensions for the SwiftNIO library
MIT License
71 stars 25 forks source link

Added EventLoopFutureQueue type #48

Closed calebkleveter closed 4 years ago

calebkleveter commented 4 years ago

Adds an EventLoopFutureQueue type that allows you to queue closures that produce an EventLoopFuture, so that each future is only after the previous ones complete, succeed, or fail (for completeness sake).

Checklist