mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Since https://github.com/apple/swift/pull/65613, DiscardingTG started to accept `() -> Void` instead of `() -> T`, but it also changed the number of arguments accepted by the closure from 3 to 2. So it should use `non_future_adapter` instead of `future_adapter` to avoid runtime signature mismatch.
61 KiB
61 KiB