Files
Konrad `ktoso` Malawski ab31d297a6 [Concurrency] Remove builtin cancelAsyncTask dead code (#89342)
AFAIR we were using the "enter task cancel cleanup" in async let to
cancel tasks, however this moved to enterAsyncLetCleanup. There is no
uses of the cancel cleanup anymore.

The Task.cancel was using the builtin, but the UnsafeCurrentTask.cancel
was using the normal rutime func, which the builtin would just end up
calling anyway.

I cna't see a reason to keep the builtin path, so let's remove this dead
code.
2026-05-21 23:01:26 -07:00
..