Cysharp / UniTask

Provides an efficient allocation free async/await integration for Unity.
MIT License
8.11k stars 831 forks source link

为什么 RunOnThreadPool 在 .net 的版本里没有 #616

Closed AlvisZhang closed 2 weeks ago

AlvisZhang commented 2 weeks ago

这个也不依赖 unity 啊

AlvisZhang commented 2 weeks ago

哦,netcore 的 run 直接就 threadpool 了,跟 unit 不一样。 另外一个问题,我看 delay 没去实现注释了,是因为跟 Task.Delay 也没啥区别,干脆就不做了,是吧