본문 바로가기

개발 - NET

Rx.NET

Reactive NET

 

Rx.NET은 개발자를 믿어서 그런지 Backpressure (flowable)를 Buffer를 통해서 자체 구현해야 한다.

일단 관련 링크만 모아 놓음

 

Rx.NET

 - https://github.com/dotnet/reactive

 

101 Rx Samples - a work in progress

 - http://rxwiki.wikidot.com/101samples#toc26

 

Reactive Extensions in .Net Core

 - https://dotnetcorecentral.com/blog/reactive-extensions-in-net-core/

 

Reactive Buffer

 - http://reactivex.io/documentation/operators/buffer.html

 

Reative Backpressure Operators

 - http://reactivex.io/documentation/operators/backpressure.html

 

Processing Pipelines Series - Reactive Extensions (Rx.NET)

 - https://jack-vanlightly.com/blog/2018/4/19/processing-pipelines-series-reactive-extensions-rxnet

 

[닷넷] 리액티브 닷넷 소개, 강좌 (Rx.NET, Reactive)

 - https://sjuu.tistory.com/66

 

Observable.Buffer Method (IObservable, TimeSpan, TimeSpan, IScheduler)

 - https://docs.microsoft.com/en-us/previous-versions/dotnet/reactive-extensions/hh229813(v%3Dvs.103)

 

[RxJava2] 배압(Backpressure) 이란 무엇인가.

 - https://javaexpert.tistory.com/809?category=678737

 

[RxJava2] Flowable에 대해서 알아보자

 - https://javaexpert.tistory.com/810?category=678737

 

[RxJava2]Flowable에서의 Backpressure

 - https://javaexpert.tistory.com/811?category=678737

 

[RxJava2]Backpressure와 함께 Flowable를 만들어 보자

 - https://javaexpert.tistory.com/813?category=678737

 

[rxJava] Flowable 과 Observable 의 차이

 - https://01010011.blog/2017/03/29/rxjava-flowable-%EA%B3%BC-observable-%EC%9D%98-%EC%B0%A8%EC%9D%B4/