Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人有一个例子来说明如何使用 RX observables 来帮助异步代码的外观?
我正在寻找 promises 的替代方案,我想看看它是如何在 rx 中完成的。
在rxJava 之上构建了一个 Promise库。您可以查看有关其实现方式的源代码。