Skip to content

hawka11/quasar

 
 

Repository files navigation

Quasar
Fibers, Channels and Actors for the JVM

Build Status Dependency Status Version License License

Getting started

Add the following Maven/Gradle dependencies:

Feature Artifact
Core (required) co.paralleluniverse:quasar-core:0.7.3[:jdk8] (for JDK 8 optionally add the jdk8 classifier)
Actors co.paralleluniverse:quasar-actors:0.7.3
Clustering co.paralleluniverse:quasar-galaxy:0.7.3
Reactive Streams co.paralleluniverse:quasar-reactive-streams:0.7.3
Kotlin co.paralleluniverse:quasar-kotlin:0.7.3

Or, build from sources by running:

gradle install

Usage

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

Related Projects

  • Pulsar is Quasar's extra-cool Clojure API
  • Comsat integrates Quasar with the JVM's web APIs

Getting help

Questions and suggestions are welcome at this forum/mailing list.

License

Quasar is free software published under the following license:

Copyright (c) 2013-2015, 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.

About

Fibers, Channels and Actors for the JVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Kotlin 1.5%
  • Shell 0.1%