google / agera

Reactive Programming for Android
Apache License 2.0
7.2k stars 639 forks source link

Agera 是否支持线程并发再合并? #167

Closed sfcecy7i closed 6 years ago

sfcecy7i commented 6 years ago

Agera 是否支持线程并发再合并,类似java.util.concurrent.CountDownLatch的用法?

maxtroy commented 6 years ago

Q: Does Agera support thread forking and joining, a la CountDownLatch?

A: Not directly. However, developers can encapsulate the whole process starting from the forking point to the joining point into a Function and use it in Agera.