jar

com.github.zakgof : actr

Maven & Gradle

Jun 12, 2022
113 stars

actr · Simple Java actor model implementation

Table Of Contents

Latest Version

Download com.github.zakgof : actr JAR file - Latest Versions:

All Versions

Download com.github.zakgof : actr JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window actr-0.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zakgof.actr

├─ com.zakgof.actr.Actr.class - [JAR]

├─ com.zakgof.actr.IActorBuilder.class - [JAR]

├─ com.zakgof.actr.IActorRef.class - [JAR]

├─ com.zakgof.actr.IActorScheduler.class - [JAR]

├─ com.zakgof.actr.IActorSystem.class - [JAR]

├─ com.zakgof.actr.IForkBuilder.class - [JAR]

├─ com.zakgof.actr.Schedulers.class - [JAR]

com.zakgof.actr.impl

├─ com.zakgof.actr.impl.ActorImpl.class - [JAR]

├─ com.zakgof.actr.impl.ActorSystemImpl.class - [JAR]

├─ com.zakgof.actr.impl.BlockingThreadScheduler.class - [JAR]

├─ com.zakgof.actr.impl.ConcurrentDoublyLinkedList.class - [JAR]

├─ com.zakgof.actr.impl.ExecutorBasedScheduler.class - [JAR]

├─ com.zakgof.actr.impl.FastRegSet.class - [JAR]

├─ com.zakgof.actr.impl.IRegSet.class - [JAR]

├─ com.zakgof.actr.impl.MapRegSet.class - [JAR]

├─ com.zakgof.actr.impl.Node.class - [JAR]

├─ com.zakgof.actr.impl.SingleThreadScheduler.class - [JAR]

├─ com.zakgof.actr.impl.ThreadPerActorScheduler.class - [JAR]

Advertisement