You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Async CC] Pass the function's task to task_[de]alloc.
Previously, a null task was always passed to
swift_task_alloc/swift_task_dealloc. Now that the current task is
available as one of the arguments to every async function, pass that
value along to the runtime de/allocation functions.
0 commit comments