channels:在 Scala 中使用 Channels 进行异步编程的库

时间:2024-06-29 06:32:30
【文件属性】:

文件名称:channels:在 Scala 中使用 Channels 进行异步编程的库

文件大小:20KB

文件格式:ZIP

更新时间:2024-06-29 06:32:30

Scala

频道 在 Scala 中使用 Channels 进行异步编程 的惯用 Scala 端口,具有使用 Channels 进行异步编程和通信的设施。 Channels 没有外部依赖项,尽管它旨在与块一起使用。 快速开始 添加 SBT 依赖项: scalaVersion : = " 2.11.4 " libraryDependencies + = " com.ververve " %% " channels " % " 0.1 " // Optional (for async/await style) libraryDependencies + = " org.scala-lang.modules " %% " scala-async " % " 0.9.3 " 创建您的第一个Channel : import scala . concurrent . ExecutionContext .


【文件预览】:
channels-master
----.gitignore(26B)
----project()
--------build.properties(19B)
----src()
--------main()
--------test()
----NOTICE.txt(791B)
----LICENSE.txt(11KB)
----README.md(4KB)
----build.sbt(1KB)

网友评论