You'll note that this type doesn't require any special Kilim code. 您会注意到这个类型不需要任何特殊的Kilim代码。
If you want to leverage "plain Jane" Java actors, then your best bet might be Kilim or a similar framework ( see Resources). 如果您想要利用“plainJane”Java角色,那么您最好的选择可能是Kilim或一种类似框架(参见参考资料)。
Essentially, Kilim makes it easy and simple to create concurrent processes: just extend from Kilim's Task type and implement the execute method. 在本质上,Kilim使创建并发进程变得轻松而简单:只需从Kilim的Task类型进行扩展并实现execute方法。
Methods containing the Pausable throws clause are processed at runtime by a scheduler, which is part of the Kilim library. 包含Pausablethrows字句的方法在运行时由一个调度程序处理,该调度程序包含在Kilim库中。