yruslan / channel_scala   0.2.1

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.6


Group ID:
com.github.yruslan
Artifact ID:
channel_scala_2.12
Version:
0.1.6
Release Date:
Dec 2, 2023
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.yruslan</groupId>
  <artifactId>channel_scala_2.12</artifactId>
  <version>0.1.6</version>
</dependency>

compile group: 'com.github.yruslan', name: 'channel_scala_2.12', version: '0.1.6'