License |
License |
---|---|
GroupId | GroupIdcom.github.taymindis |
ArtifactId | ArtifactIdChanneling |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionChanneling 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Channeling-1.0.1.pom | |
Channeling-1.0.1.jar | 68 KB |
Channeling-1.0.1-sources.jar | 36 KB |
Channeling-1.0.1-javadoc.jar | 537 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/Channeling/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>Channeling</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation 'com.github.taymindis:Channeling:1.0.1'
// https://jarcasting.com/artifacts/com.github.taymindis/Channeling/
implementation ("com.github.taymindis:Channeling:1.0.1")
'com.github.taymindis:Channeling:jar:1.0.1'
<dependency org="com.github.taymindis" name="Channeling" rev="1.0.1">
<artifact name="Channeling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='Channeling', version='1.0.1')
)
libraryDependencies += "com.github.taymindis" % "Channeling" % "1.0.1"
[com.github.taymindis/Channeling "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |