Skip to content

Instantly share code, notes, and snippets.

View rapier83's full-sized avatar

Junmo Kang rapier83

View GitHub Profile
@audrl1010
audrl1010 / image1.png
Last active April 27, 2022 03:38
RxSwift Observable이란 무엇일까?

Reactive Programming이란 도대체 무엇일까?

흔한 정의... 리액티브 프로그래밍비동기이벤트 기반의 데이터 스트리밍을 Observable Sequence로 변환하여 개발하는 프로그래밍 방식이다.

저게 무슨 말일까? 전혀 이해가 안갑니다.

또한, Reactive Programming를 처음 마주하게 되었을 때 자주 보는 단어들은 Observable, Observer, Schduler, Operator, 모든 것을 stream으로 본다... 등등 이다. 이건 또 뭘까? 하..

차근차근 알아봐요.

@aubricus
aubricus / License
Last active June 20, 2023 01:19
Python Progress Bar
Copyright 2020 Aubrey Taylor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTH