mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
* Make syncShutdown unavailable from async Motivation syncShutdown can cause unbounded thread blocking, we shouldn't allow it in concurrent code. Modification Mark syncShutdown unavailable from async. Result Users are warned if they try to syncShutdown in an async context * Only noasync on 5.7