/quasar

Lightweight threads for the JVM

Primary LanguageJavaOtherNOASSERTION

Quasar: lightweight threads and actors for the JVM.

Build Status

NOTE: This is alpha software

Getting started

In Maven:

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar</artifactId>
    <version>0.1.1</version>
</dependency>

Or, build from sources by running:

./gradlew

Usage

Currently, there isn’t much in the way of documentation (coming soon!). In the meantime, you can 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

Getting help

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

License

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