added reactor implementation in place for Scala actors

This commit is contained in:
Jonas Boner 2009-05-25 14:48:43 +02:00
parent 8bc40775b3
commit eadd316a34
9 changed files with 516 additions and 565 deletions

View file

@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>akka-api-java</name>
<comment/>
<projects>
<project>akka-kernel</project>
<project>akka-util-java</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>akka-fun-test</name>
<comment></comment>
<projects>
<project>akka-kernel</project>
<project>akka-util-java</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>