All Projects → puniverse → Quasar

puniverse / Quasar

Licence: other
Fibers, Channels and Actors for the JVM

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Quasar

Pulsar
Fibers, Channels and Actors for Clojure
Stars: ✭ 885 (-79.65%)
Mutual labels:  concurrency, fibers, actors, jvm
Vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
Stars: ✭ 12,544 (+188.43%)
Mutual labels:  concurrency, jvm
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Stars: ✭ 1,856 (-57.32%)
Mutual labels:  concurrency, fibers
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (-97.82%)
Mutual labels:  actors, concurrency
Java Notes
📚 计算机科学基础知识、Java开发、后端/服务端、面试相关 📚 computer-science/Java-development/backend/interview
Stars: ✭ 1,284 (-70.48%)
Mutual labels:  concurrency, jvm
Floyd
The Floyd programming language
Stars: ✭ 133 (-96.94%)
Mutual labels:  concurrency, actors
Thespian
Python Actor concurrency library
Stars: ✭ 220 (-94.94%)
Mutual labels:  concurrency, actors
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-99.54%)
Mutual labels:  actors, concurrency
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (-99.33%)
Mutual labels:  actors, concurrency
xoom-cluster
The VLINGO XOOM platform SDK cluster management for Reactive, scalable resiliency of JVM tools and applications running on XOOM LATTICE and XOOM ACTORS.
Stars: ✭ 25 (-99.43%)
Mutual labels:  actors, jvm
So 5 5
SObjectizer: it's all about in-process message dispatching!
Stars: ✭ 87 (-98%)
Mutual labels:  concurrency, actors
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-92.92%)
Mutual labels:  concurrency, fibers
Vibe Core
Repository for the next generation of vibe.d's core package.
Stars: ✭ 56 (-98.71%)
Mutual labels:  concurrency, fibers
Chymyst Core
Declarative concurrency in Scala - The implementation of the chemical machine
Stars: ✭ 142 (-96.73%)
Mutual labels:  concurrency, jvm
Ea Async
EA Async implements async-await methods in the JVM.
Stars: ✭ 1,085 (-75.05%)
Mutual labels:  concurrency, jvm
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (-96.05%)
Mutual labels:  concurrency, actors
Vlingo Examples
The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.
Stars: ✭ 121 (-97.22%)
Mutual labels:  actors, jvm
Vlingo Actors
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.
Stars: ✭ 196 (-95.49%)
Mutual labels:  actors, jvm
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (-98.57%)
Mutual labels:  actors, concurrency
gotp
(Experimental) Actors and an OTP clone, implemented in Go
Stars: ✭ 21 (-99.52%)
Mutual labels:  actors, concurrency

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].