We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Task中执行例如网络请求任务,在一定时间后完成网络请求任务,是否存在手动调用该任务完成的API呢? 看文档打log仅有顺序场景,无异步回调场景,如何实现FIFO的网络请求等场景呢?
Sorry, something went wrong.
TM是支持任务依赖的。通过给任务设定一个id,一般这个id可以在ids.xml中申明。不同模块中,申明同样的id 值即可。 参考TM.executeSync 这个API可以强制任务执行。
有的。TaskManager.getInstance().registerXXX 这里可以注册任务执行状态的回调。
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: