yruslan / channel_scala   0.2.0

Apache License 2.0 GitHub

Scala implementation of the concurrency primitive similar to GoLang channels.

Scala versions: 2.13 2.12 2.11

channel_scala 0.1.3


Group ID:
com.github.yruslan
Artifact ID:
channel_scala_2.13
Version:
0.1.3
Release Date:
Mar 13, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.github.yruslan" %% "channel_scala" % "0.1.3"

Mill build tool

ivy"com.github.yruslan::channel_scala:0.1.3"

Scala CLI

//> using dep "com.github.yruslan::channel_scala:0.1.3"

Ammonite REPL

import $ivy.`com.github.yruslan::channel_scala:0.1.3`

<dependency>
  <groupId>com.github.yruslan</groupId>
  <artifactId>channel_scala_2.13</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'com.github.yruslan', name: 'channel_scala_2.13', version: '0.1.3'