vapor / async-kit

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

Fix sequence-append in EventLoopFutureQueue #54

Closed gwynne closed 4 years ago

gwynne commented 4 years ago

The default behavior of appending to ELFQ is to run the next item on completion of the previous, but the APIs for appending sequences incorrectly assumed the next item is only run on successful completion of the previous.

tanner0101 commented 4 years ago

These changes are now available in 1.0.0-beta.2.4