proposal: effect #333
Chronostasys
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://zhuanlan.zhihu.com/p/603496729?utm_source=qq&utm_medium=social&utm_oi=1076125508198244352
灵感来自于该博客,但是该博客原本的方案存在一些问题:
let a = task.future
正确,let a = task;let b = a.future
的奇怪情况针对以上问题进行改进,主要有以下两点:
对于第1点,还有一种等效的改进方案可能更好:
不同的人可能有不同的编码习惯,所以使用effect交给用户自定义显然是更好的
Beta Was this translation helpful? Give feedback.
All reactions