mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`Task.startSynchronously` -> `Task.immediate`
`*TaskGroup.startTaskSynchronously{UnlessCancelled}` -> `*TaskGroup.addImmediateTask{UnlessCancelled}`
(cherry picked from commit 001eab867d)