Last Version

Channeling background non block IO queue 2.3.2

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
Version

Version

2.3.2
Type

Type

pom
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 2.3.2

Filename Size
Channeling-2.3.2.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.taymindis/Channeling/ -->
<dependency>
    <groupId>com.github.taymindis</groupId>
    <artifactId>Channeling</artifactId>
    <version>2.3.2</version>
    <type>pom</type>
</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:pom:2.3.2'
<dependency org="com.github.taymindis" name="Channeling" rev="2.3.2">
  <artifact name="Channeling" type="pom" />
</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.