swift-nio-extras
swift-nio-extras copied to clipboard
QuiescingHelper should not tolerate multiple calls to `initiateShutdown`
Calling initiateShutdown
multiple times is not a good idea. We should document that it's illegal and (deterministically) fatalError
if the user still does that.