Skip to content
Fibers, Channels and Actors for the JVM
Java Kotlin Shell
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
baselib ⬆️ upgrade HdrHistogram Jan 22, 2015
docs - Nov 3, 2018
gradle/wrapper add gradle wrapper Oct 28, 2018
quasar-actors Change some module dependencies to optional Oct 31, 2018
quasar-core - Nov 2, 2018
quasar-disruptor - Nov 2, 2018
quasar-galaxy Initial JDK 11 support (no modules yet); drop JDK 7 Oct 28, 2018
quasar-kotlin Modularize Oct 30, 2018
quasar-reactive-streams - Nov 2, 2018
travis - Nov 2, 2018
.gitignore - Nov 3, 2018
.travis.yml - Nov 3, 2018
CONTRIBUTING.md 📝 Add base branch info to notes for contributors [ci skip] Jul 18, 2016
COPYING Added license, notice May 2, 2013
COPYING.LESSER Added license, notice May 2, 2013
LICENSE - Nov 3, 2018
NOTICE ⬆️ Kotlin 1.1.3 Jul 1, 2017
README.md Prepare release Nov 2, 2018
build.gradle Prepare release Nov 2, 2018
epl-1.0.txt Added license, notice May 2, 2013
gradlew add gradle wrapper Oct 28, 2018
gradlew.bat add gradle wrapper Oct 28, 2018
settings.gradle - Oct 30, 2018

README.md

Quasar
Fibers, Channels and Actors for the JVM

Build Status Version License License

Getting started

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

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

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.

Contributions (including Pull Requests)

Please have a look at some brief information for contributors.

License

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.
You can’t perform that action at this time.