28 Star 81 Fork 31

jmppok/AsyncTask

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Empty file

About

AsyncTask是个人编写的一个Java异步调用框架,支持用户: 1)自定义Task,并可设置Task的类型(Type), 子类型(subType),超时时间(TImeout),标识(Flag-可用来区分不同的Task),Task的输入参数(input)等。 2)可通过submitTask,提交 到框架中异步执行。 3)可自定义对应TaskExecutor,通过配置添加到框架中。 4)用户可使用TaskCollector通过TaskManager查询所有的Task。 5)支持持久化,用户提交的Task可以被存储在数据库中。中断的任务重启后自动恢复执行。 6)用户可通过ITaskReference可实时获取Task的状态(State)和进度Progres... expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jmpp/AsyncTask.git
git@gitee.com:jmpp/AsyncTask.git
jmpp
AsyncTask
AsyncTask
master

Search