jar

io.github.daichi-m : jach

Maven & Gradle

May 19, 2021
32 stars

JaCh · JaCh (pronounced like Bach) is an implementation of Golang channels in Java.

Table Of Contents

Latest Version

Download io.github.daichi-m : jach JAR file - Latest Versions:

All Versions

Download io.github.daichi-m : jach JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jach-0.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.daichim.jach.routines

├─ io.github.daichim.jach.routines.Routines.class - [JAR]

io.github.daichim.jach.channel.selector

├─ io.github.daichim.jach.channel.selector.ChannelAction.class - [JAR]

├─ io.github.daichim.jach.channel.selector.Selector.class - [JAR]

io.github.daichim.jach

├─ io.github.daichim.jach.JachChannels.class - [JAR]

├─ io.github.daichim.jach.JachTime.class - [JAR]

io.github.daichim.jach.time

├─ io.github.daichim.jach.time.Ticker.class - [JAR]

├─ io.github.daichim.jach.time.Timer.class - [JAR]

io.github.daichim.jach.channel

├─ io.github.daichim.jach.channel.Action.class - [JAR]

├─ io.github.daichim.jach.channel.BufferedChannel.class - [JAR]

├─ io.github.daichim.jach.channel.Channel.class - [JAR]

├─ io.github.daichim.jach.channel.UnbufferedChannel.class - [JAR]

io.github.daichim.jach.exception

├─ io.github.daichim.jach.exception.ClosedChannelException.class - [JAR]

├─ io.github.daichim.jach.exception.CopyException.class - [JAR]

├─ io.github.daichim.jach.exception.NoSuchChannelElementException.class - [JAR]

├─ io.github.daichim.jach.exception.TimeoutException.class - [JAR]

├─ io.github.daichim.jach.exception.TooManySelectorException.class - [JAR]

io.github.daichim.jach.channel.copier

├─ io.github.daichim.jach.channel.copier.Copier.class - [JAR]

├─ io.github.daichim.jach.channel.copier.KryoCopier.class - [JAR]

├─ io.github.daichim.jach.channel.copier.RefCopier.class - [JAR]

io.github.daichim.jach.internal

├─ io.github.daichim.jach.internal.AfterWriteAction.class - [JAR]

├─ io.github.daichim.jach.internal.ChannelIterator.class - [JAR]

├─ io.github.daichim.jach.internal.Readable.class - [JAR]

├─ io.github.daichim.jach.internal.Writable.class - [JAR]

Advertisement