concurrency

Properties in Swift , Concurrency

프로퍼티 properties?프로퍼티는 값을 클래스, 구조체, 열거형에 연결 한 메소드이다. 흔히 말하는 Getter, Setter 를 의미한다. 계산된 프로퍼티(Computed Properties)는 클래스, 구조체, 열거형에서 쓸 수 있다. 저장형 프로퍼티(Stored Properties)는 클래스, 구조체에서만 쓸 수...