kovenant-disruptor

LMAX Disruptor Worker Queues for Kovenant

License

License

Categories

Categories

Ant Build Tools Disruptor General Purpose Libraries High Performance
GroupId

GroupId

nl.komponents.kovenant
ArtifactId

ArtifactId

kovenant-disruptor
Last Version

Last Version

3.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

kovenant-disruptor
LMAX Disruptor Worker Queues for Kovenant
Project URL

Project URL

http://kovenant.komponents.nl
Source Code Management

Source Code Management

https://github.com/mplatvoet/kovenant

Download kovenant-disruptor

How to add to project

<!-- https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant-disruptor/ -->
<dependency>
    <groupId>nl.komponents.kovenant</groupId>
    <artifactId>kovenant-disruptor</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant-disruptor/
implementation 'nl.komponents.kovenant:kovenant-disruptor:3.3.0'
// https://jarcasting.com/artifacts/nl.komponents.kovenant/kovenant-disruptor/
implementation ("nl.komponents.kovenant:kovenant-disruptor:3.3.0")
'nl.komponents.kovenant:kovenant-disruptor:jar:3.3.0'
<dependency org="nl.komponents.kovenant" name="kovenant-disruptor" rev="3.3.0">
  <artifact name="kovenant-disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.komponents.kovenant', module='kovenant-disruptor', version='3.3.0')
)
libraryDependencies += "nl.komponents.kovenant" % "kovenant-disruptor" % "3.3.0"
[nl.komponents.kovenant/kovenant-disruptor "3.3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.lmax : disruptor jar 3.3.4
nl.komponents.kovenant : kovenant-core jar 3.3.0
org.jetbrains.kotlin : kotlin-stdlib Optional jar 1.0.3

Project Modules

There are no modules declared in this project.

CircleCI branch Maven Central DUB develop: Develop dependency status master: Master dependency status

Kovenant

Promises for Kotlin.

The easy asynchronous library for Kotlin. With extensions for Android, RxJava, JavaFX and much more.

task { "world" } and task { "Hello" } success {
    println("${it.second} ${it.first}!")
}

Please refer to the Kovenant site for API usage and more.

Getting started

Build against Kotlin: 1.0.3. Source and target compatibility is 1.6

Gradle

dependencies {
    compile 'nl.komponents.kovenant:kovenant:3.3.0'
}

Maven

<dependency>
	<groupId>nl.komponents.kovenant</groupId>
	<artifactId>kovenant</artifactId>
	<version>3.3.0</version>
</dependency>

Android Demo app

Checkout the Android Demo App on Github.

Artifacts

Kovenant has been structured in sub projects so you can cherry pick what you need.

artifact description
kovenant Container artifact that consists of kovenant-core, kovenant-combine, kovenant-jvm and kovenant-functional
kovenant-core The core of kovenant. Provides the API and default implementations
kovenant-combine Adds combine functionality that keep everything strongly typed
kovenant-jvm Support for converting between Executors and Dispatchers
kovenant-ui Support for UI frameworks that need UI work to operate on a specific process
kovenant-rx Add promise support to Rx
kovenant-android Extensions for Android specific needs
kovenant-jfx Extensions for JavaFX specific needs
kovenant-disruptor LMAX Disruptor work queues
kovenant-progress Progress configuration helper
kovenant-functional Functional Programming idiomatic additions

Issues

Issues are tracked in Youtrack

Release notes

See Changelog for release notes

Slack

Join the #kovenant channel on Kotlin Slack.

More Kotlin libraries

Check out Awesome Kotlin

Versions

Version
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-rc.1036.1
3.0.0-rc.1036
3.0.0-beta.4
3.0.0-beta.3
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0