
io.datakernel.csp.dsl.HasBinaryChannelInput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datakernel-csp Show documentation
Show all versions of datakernel-csp Show documentation
Communicating sequential process via channels, similar to Golang's channels.
A channel could be imagine as a pipe which connects some processes.
The newest version!
package io.datakernel.csp.dsl;
import io.datakernel.bytebuf.ByteBuf;
import io.datakernel.csp.binary.BinaryChannelInput;
public interface HasBinaryChannelInput extends HasChannelInput {
@Override
BinaryChannelInput getInput();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy