quasar-core

Fibers, Channels and Actors for the JVM

Лицензия

Лицензия

Категории

Категории

Quasar Библиотеки уровня приложения Distributed Applications
Группа

Группа

co.paralleluniverse
Идентификатор

Идентификатор

quasar-core
Последняя версия

Последняя версия

0.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

quasar-core
Fibers, Channels and Actors for the JVM
Система контроля версий

Система контроля версий

https://github.com/puniverse/quasar

Скачать quasar-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/co.paralleluniverse/quasar-core/ -->
<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>quasar-core</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.paralleluniverse/quasar-core/
implementation 'co.paralleluniverse:quasar-core:0.8.0'
// https://jarcasting.com/artifacts/co.paralleluniverse/quasar-core/
implementation ("co.paralleluniverse:quasar-core:0.8.0")
'co.paralleluniverse:quasar-core:jar:0.8.0'
<dependency org="co.paralleluniverse" name="quasar-core" rev="0.8.0">
  <artifact name="quasar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.paralleluniverse', module='quasar-core', version='0.8.0')
)
libraryDependencies += "co.paralleluniverse" % "quasar-core" % "0.8.0"
[co.paralleluniverse/quasar-core "0.8.0"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
io.dropwizard.metrics : metrics-core jar 4.1.0-rc2
io.dropwizard.metrics : metrics-jmx jar 4.1.0-rc2
com.google.errorprone : error_prone_annotations jar 2.3.2
com.google.guava : guava jar 26.0-jre
org.hdrhistogram : HdrHistogram jar 2.1.10
org.latencyutils : LatencyUtils jar 2.0.3
org.objenesis : objenesis jar 2.6
com.esotericsoftware : kryo jar 4.0.2
de.javakaffee : kryo-serializers jar 0.42

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
co.paralleluniverse » timewarp jar 0.2.0-SNAPSHOT
org.hamcrest : hamcrest-all jar 1.3
com.google.truth : truth jar 0.42
org.mockito : mockito-core jar 2.23.0
net.bytebuddy : byte-buddy jar 1.9.2

Модули Проекта

Данный проект не имеет модулей.

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.
co.paralleluniverse

Parallel Universe

Версии библиотеки

Версия
0.8.0
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0