Task:一个轻量级的分布式任务Executor系统

时间:2024-03-31 09:15:10
【文件属性】:

文件名称:Task:一个轻量级的分布式任务Executor系统

文件大小:7.43MB

文件格式:ZIP

更新时间:2024-03-31 09:15:10

系统开源

任务系统设计与使用 任务是一个轻量级的分布式任务计算系统,他可以帮助您快速编写一个可以在生成环境下运行的分布式方法,而这只需要你使用一行代码就可以在你替代的方法上做到。 一个简单的例子: public class Hello { public void say(String msg) throws InterruptedException { Thread.sleep(1000); System.out.println(msg); } } public class SetUp { public static void main(String[] args) throws InterruptedException { // 获取Hello对象的代理实例 Hello hello = Task.registe


网友评论