Skip to content

Commit 135423b

Browse files
committed
[Chore] #42 - MDSFont의 @unchecked Sendable 사용 이유 주석 추가
1 parent 4e1ff09 commit 135423b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MDS/Sources/MDS/Foundation/MDSFont.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
import UIKit
77

8+
/// `@unchecked` Sendable conformance: UIFont는 불변 객체로서 Apple 문서에서 명시적으로
9+
/// 다중 스레드 안전성을 보장하며, 모든 저장 프로퍼티(UIFont, CGFloat)는 불변입니다.
810
public struct MDSFont: @unchecked Sendable {
911
public let font: UIFont
1012
public let lineHeight: CGFloat

0 commit comments

Comments
 (0)