Swift Actor Class

For actor classes, the primary mechanism for this protection is by only allowing their stored instance properties to be accessed directly on self
actor class내의 stored property(let을 제외한)는 await / async를 이용하여 비동기적으로 접근하도록 강제
 
 
 
 
 
 
 
 

Recommendations