Files
sourcekit-lsp/Sources/SwiftExtensions/Task+WithPriorityChangedHandler.swift
Alex Hoppen 250081ec58 Fix theoretical issue in withTaskPriorityChangedHandler that could always report a priority change to high
We were launching the task that watches for the priority change with `high` priority. If the base priority was `medium`, this should immediately report a priority change to `high`. It appears the only reason why this doesn’t happen right now is due to rdar://147868544.
2025-03-27 15:07:45 -07:00

2.7 KiB