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
{{ message }}
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
我看到 Task 中,对于
OnTaskFinishListener的执行是如下条件进行的。这是否会造成后一个
Task已经被执行了,才调用前一个Task的回调?我的理解,通常业务在使用这个回调时,应该是需要为后一个Task赋值某些执行条件,如果是这样,不知道这么做的出发点是什么?