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
SR-3477: replace unsafeBitCast by withoutActuallyEscaping
Now that withoutActuallyEscaping is implemented, use it instead
of unsafeBitCast to allow passing a closure capturing a non-escaping
block down to the C implementation of dispatch_data_apply (which does
not actually escape its block argument).
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
0 commit comments