ReactiveX 란?

2021. 1. 14. 20:01ReactiveX

ReactiveX

ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences.

(ReactiveX는 관찰 가능한 시퀀스를 사용하여 비동기 및 이벤트 기반 프로그램을 구성하기위한 라이브러리입니다.)

 

쉽게 설명하면 비동기를 편리하게 해준다 라고 생각 하면 될것 같다.

자세한 설명은 아래 주소를 참고 하면 될것 같다.

 

reactivex.io/intro.html

 

ReactiveX - Intro

ReactiveX ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences. It extends the observer pattern to support sequences of data and/or events and adds operators that allow you to compose sequences together d

reactivex.io