1

例如

 this.store.dispatch(this.nowChannellistActions.toggleChannel(channel));
 this.store.dispatch(this.playerSearchActions.searchCurrentQuery());    

在上面的代码中,我希望第二次调度仅在完成所有减速器和第一个效果后才开始。调度是异步的,但没有返回任何东西,也没有证明回调,我无法轻易弄清楚如何做到这一点。

4

0 回答 0