반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- nestjs
- RxCocoa
- @Environment
- ios14
- subject
- init?
- RxSwift
- Operators
- operator
- NullObject
- SwiftUI
- dismiss
- @EnvironmentObject
- NavigationLink
- vim
- URL(string:)
- Xcode
- Bug
- IOS
- graphql
- @Binding
- typeorm
- Operater
- @State
- Creating Operators
- swift6
- nonisolated
- SWIFT
- RFC1738/1808
- init
Archives
- Today
- Total
목록share (1)
Tunko Development Diary
RxSwift) sharing Subscription Operator (share)
share 이 연산자를 설명하기에 앞서 multicast, publish, replay, refCount 기능이 통합된 연산자라고 생각하시면 편하실것 같습니다. https://huniroom.tistory.com/entry/RxSwift-sharing-Subscription-Operator-multicast?category=1019140 RxSwift) sharing Subscription Operator (multicast, publish, replay) multicast multicast 연산자는 하나의 옵저버블을 공유할떄 사용하는 연산자입니다. 하지만 서브젝트를 따로 생성하고 이벤트가 방출되길 원하는 시점에 .connect() 를 호출해 주어야 합니다. 함수 원형 huniroom.tistory.co..
Development/RxSwift
2022. 6. 8. 16:37