is not current version
Last Version 5.3

io.activej:activej-csp 1.0-rc1

Communicating sequential process via channels, similar to Golang's channels. A channel could be imagine as a pipe which connects some processes.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-csp
Version

Version

1.0-rc1
Type

Type

jar

Download activej-csp 1.0-rc1


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