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


Group ID:
com.github.yruslan
Artifact ID:
channel_scala_2.11
Version:
0.1.5
Release Date:
Nov 26, 2023
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.yruslan</groupId>
  <artifactId>channel_scala_2.11</artifactId>
  <version>0.1.5</version>
</dependency>

compile group: 'com.github.yruslan', name: 'channel_scala_2.11', version: '0.1.5'