vapor / async-kit

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

Add methods to EventLoopFutureQueue for queueing sequences #49

Closed gwynne closed 4 years ago

gwynne commented 4 years ago

These methods correspond to the flatten(on:) methods on EventLoopGroup and serve much the same purpose, while leveraging the strict ordering guarantees of the queue.

Checklist