Wraps append(onPrevious:generator:) in an EventLoop.flatSubmit() invocation to serve as a stopgap fix against thread-unsafe behavior in the method body. Change was authored by @calebkleveter. Thanks to @Lukasa for the heads-up on the problem.
Checklist
[ ] Circle CI is passing (code compiles and passes tests).
[ ] There are no breaking changes to public API.
[ ] New test cases have been added where appropriate.
[ ] All new code has been commented with doc blocks ///.
[ ] The linuxMain.swift is regenerated using swift test --generate-linuxmain
Wraps
append(onPrevious:generator:)
in anEventLoop.flatSubmit()
invocation to serve as a stopgap fix against thread-unsafe behavior in the method body. Change was authored by @calebkleveter. Thanks to @Lukasa for the heads-up on the problem.Checklist
///
.swift test --generate-linuxmain