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.
我正在考虑将 Wisper 实现到现有的 Rails 应用程序中……我一直在将示例作为 POC 运行,但在全局设置侦听器时,我看不到将事件设置为异步的方法。
这不可能吗?
你有没有试过这个:
Wisper.subscribe(MyListener.new, async: true)