Skip to content
#

concurrent

Here are 507 public repositories matching this topic...

java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。

  • Updated May 20, 2022
  • Java
tofu
catostrophe
catostrophe commented Nov 12, 2020

Let tofu-optics users do this:

import tofu.optics.syntax.tupleN._

val lense = Tuple3._2[Int, String, Long]   // : Contains[(Int, String, Long), String]

tupleN object should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.

enhancement good first issue
rubico
richytong
richytong commented Nov 21, 2020

If you have in your posession code or have seen code in the wild that you would like to share via the examples folder of rubico, please contribute. You can make a pull request directly and I will review it. I suppose it goes without saying that it should have something to do with rubico.

The examples should be runnable in the browser.

help wanted good first issue

Improve this page

Add a description, image, and links to the concurrent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the concurrent topic, visit your repo's landing page and select "manage topics."

Learn more