Skip to content
/ quasar Public
forked from puniverse/quasar

Lightweight threads and actors for the JVM

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

tbml/quasar

This branch is 797 commits behind puniverse/quasar:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b460a5b · Mar 19, 2015
Jan 22, 2015
Jan 28, 2015
Oct 1, 2014
Mar 17, 2015
Feb 19, 2015
Mar 18, 2015
Oct 2, 2014
Jan 22, 2014
Oct 21, 2013
Jan 15, 2015
Jan 14, 2014
May 2, 2013
May 2, 2013
Jan 9, 2014
Aug 8, 2013
Mar 16, 2015
Mar 19, 2015
May 2, 2013
Oct 18, 2013
Mar 27, 2013
Jul 13, 2014
Feb 23, 2014

Quasar
Lightweight threads and actors for the JVM

Build Status Dependency Status Version License License

Getting started

In Maven:

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar-core</artifactId>
    <version>0.6.2</version>
</dependency>

or, for JDK8:

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar-core</artifactId>
    <version>0.6.2</version>
    <classifier>jdk8</classifier>
</dependency>

To use actors, add

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar-actors</artifactId>
    <version>0.6.2</version>
</dependency>

For clustering support add:

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar-galaxy</artifactId>
    <version>0.6.2</version>
</dependency>

Or, build from sources by running:

./gradlew

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-2014, 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

Lightweight threads and actors for the JVM

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%