Add the following Maven/Gradle dependencies:
Feature | Artifact |
---|---|
Core (required) | co.paralleluniverse:quasar-core:0.7.5[:jdk8] (for JDK 8 optionally add the jdk8 classifier) |
Actors | co.paralleluniverse:quasar-actors:0.7.5 |
Clustering | co.paralleluniverse:quasar-galaxy:0.7.5 |
Reactive Streams | co.paralleluniverse:quasar-reactive-streams:0.7.5 |
Disruptor Channels | co.paralleluniverse:quasar-disruptor:0.7.5 |
Kotlin | co.paralleluniverse:quasar-kotlin:0.7.5 |
Or, build from sources by running:
gradle 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
Questions and suggestions are welcome at this forum/mailing list.
Quasar is free software published under the following license:
Copyright (c) 2013-2016, 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.