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 |
Tags
- 스유
- 백준
- widgetkit
- Protocol
- 스위프트
- dispatchqueue
- widget
- 영남대
- TCA
- c++
- 웹
- ReactorKit
- 위젯킷
- swift concurrency
- 알고리즘
- 멋사
- 멋쟁이사자처럼
- 문법
- Swift
- 컴퓨터그래픽스
- composable architecture
- spritekit
- 대외활동
- 후기
- cs
- 네트워크
- uikit
- SwiftUI
- 리액트
- 운영체제
Archives
- Today
- Total
목록2025/02/18 (1)
맛동산이
Reactorkit의 Pulse 구현부에 대해서
@Pluse 란?Pulse has diff only when mutated To explain in code, the results are as follows.'Pulse는 수정된 값이 동일할지라도 이벤트를 받을수 있음 즉, 이벤트가 false, false, false 이렇게 와도 개별적 이벤트를 받을수 있다.어떻게 이게 가능한지 내부 로직을 한번까보자Pulse 내부 동작@propertyWrapperpublic struct Pulse { public var value: Value { didSet { self.riseValueUpdatedCount() } } public internal(set) var valueUpdatedCount = UInt.min public init(wrappedValue..
앱/Swift
2025. 2. 18. 13:08