rxjs源代码Subscriber.ts,里面对Subscriber的定义:
export class Subscriber
rxjs里面观察者模式还是发布订阅模式?观察者模式和发布订阅模式究竟是不是一回事?
对于两种模式的理解,参见 https://zhuanlan.zhihu.com/p/51357583
标签:订阅,观察者,模式,Subscriber,发布,rxjs From: https://www.cnblogs.com/imust2008/p/16976280.html
rxjs源代码Subscriber.ts,里面对Subscriber的定义:
export class Subscriber
rxjs里面观察者模式还是发布订阅模式?观察者模式和发布订阅模式究竟是不是一回事?
对于两种模式的理解,参见 https://zhuanlan.zhihu.com/p/51357583
标签:订阅,观察者,模式,Subscriber,发布,rxjs From: https://www.cnblogs.com/imust2008/p/16976280.html