Channeling background non block IO queue

It's client mode socket channel but async run background queue with non blocking, socket is closable whenever ask close/disconnect/drop. Different between AsynchronousSocketChannel as this is non blocking with lambda methodology

License

License

GroupId

GroupId

com.github.taymindis
ArtifactId

ArtifactId

Channeling
Last Version

Last Version

2.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Channeling background non block IO queue
It's client mode socket channel but async run background queue with non blocking, socket is closable whenever ask close/disconnect/drop. Different between AsynchronousSocketChannel as this is non blocking with lambda methodology
Project URL

Project URL

https://github.com/Taymindis/Channeling
Source Code Management

Source Code Management

https://github.com/Taymindis/Channeling.git

Download Channeling

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.2
2.3.1
1.0.3
1.0.1
1.0.0