mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The async handler code doesn't really run concurrently with where it is launched, despite the implementation currently using `runDetached` internally. Drop the @concurrent and bitcase it back on when needed.