R3 icon indicating copy to clipboard operation
R3 copied to clipboard

`UnsafeRegister` polyfill

Open akeit0 opened this issue 10 months ago • 1 comments

Why not this implementation is used? Is there any problem? https://github.com/Cysharp/UniTask/blob/master/src/UniTask/Assets/Plugins/UniTask/Runtime/CancellationTokenExtensions.cs#L107-L127

https://github.com/Cysharp/R3/blob/main/src/R3/Internal/Shims/CancellationTokenExtensions.cs

akeit0 avatar Feb 18 '25 13:02 akeit0

Since R3 don't heavily use async/await, I thought it might not be that important to be conscious of it, so I may have omitted it. Indeed, maybe we should add SuppressFlow as well.

neuecc avatar Feb 21 '25 00:02 neuecc

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Aug 21 '25 00:08 github-actions[bot]