is not current version
Last Version 2.3.2

com.github.taymindis:Channeling 1.0.0

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

GroupId

GroupId

com.github.taymindis
ArtifactId

ArtifactId

Channeling
Version

Version

1.0.0
Type

Type

jar

Download Channeling 1.0.0


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