Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Quasar | 4,257 | 170 | 70 | 2 years ago | 19 | November 02, 2018 | 97 | other | Java | |
Fibers, Channels and Actors for the JVM | ||||||||||
Skynet | 1,010 | a year ago | 31 | mit | C# | |||||
Skynet 1M threads microbenchmark | ||||||||||
Pulsar | 871 | 19 | 3 years ago | 30 | June 12, 2017 | 10 | other | Clojure | ||
Fibers, Channels and Actors for Clojure | ||||||||||
Comsat | 562 | 22 | 18 | 6 years ago | 6 | April 06, 2016 | 34 | other | Java | |
Fibers and actors for web development | ||||||||||
Fibry | 197 | 2 months ago | 37 | March 06, 2022 | mit | Java | ||||
The first Java Actor System supporting fibers from Project Loom | ||||||||||
Earl | 93 | 2 months ago | 9 | other | Crystal | |||||
Service Objects for Crystal (Agents, Artists, Supervisors, Pools, ...) | ||||||||||
Fibrous | 41 | 1 | 3 | 2 years ago | 19 | May 27, 2021 | mit | C# | ||
Concurrency library for .Net | ||||||||||
Fiber Test | 36 | 4 years ago | 2 | apache-2.0 | Java | |||||
Clash of threads in the JVM! | ||||||||||
Composableasync | 23 | 3 years ago | 1 | mit | C# | |||||
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core. | ||||||||||
Actorx4j | 9 | 6 years ago | mit | Java | ||||||
An actor-model based communication library(Java version) |
Add the following Maven/Gradle dependencies:
Feature | Artifact |
---|---|
Core (required) | co.paralleluniverse:quasar-core:0.8.0 |
Actors | co.paralleluniverse:quasar-actors:0.8.0 |
Reactive Streams | co.paralleluniverse:quasar-reactive-streams:0.8.0 |
Disruptor Channels | co.paralleluniverse:quasar-disruptor:0.8.0 |
Kotlin (JDK8+) | co.paralleluniverse:quasar-kotlin:0.8.0 |
Or, build from sources by running:
./gradlew install
You can also study the examples here.
You can also read the introductory blog post.
When running code that uses Quasar, the instrumentation agent must be run by adding this to the java
command line:
-javaagent:path-to-quasar-jar.jar
Please make sure to double-check the System Requirements and Troubleshooting sections of the docs, as well as at currently open issues.
Questions and suggestions are welcome at this forum/mailing list.
You can also open a new GitHub issue especially for bug reports and feature requests but if you're not sure please first get in touch with the community through the forum/mailing list.
Please have a look at some brief information for contributors.
Quasar is free software published under the following license:
Copyright (c) 2013-2018, Parallel Universe Software Co. All rights reserved.
This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation
or (per the licensee's choosing)
under the terms of the GNU Lesser General Public License version 3.0
as published by the Free Software Foundation.