await / async
data-races 문제를 해결하기 위한 제안
Swift Actor Class[Concurrency] Actors & actor isolation
Hello all, One of the main parts of the Swift Concurrency model is actors, which provide a mechanism for isolating state in concurrent programs to eliminate data races. This proposal introduces actors and actor isolation into Swift. It is part of the Swift Concurrency effort detailed in the roadmap thread.
https://forums.swift.org/t/concurrency-actors-actor-isolation/41613
![[Concurrency] Actors & actor isolation](https://aws1.discourse-cdn.com/swift/original/1X/0a90dde98a223f5841eeca49d89dc9f57592e8d6.png)
Swift Actor Model
Swift Concurrency Roadmap을 통해 Swift에서도 다른 언어에서 사용하고 있는 await / async를 들여오려는 논의를 하고 있다. 매우 활발한 논의가 진행되고 있는데 그 와중에 Actor Model이라는 제안이 올라온 것을 보게 되었다. 제안의 내용에서는 이미 다른 언어상에서도 볼 수 있다고 하는데 난 처음 접하는 개념이었다. da
https://brunch.co.kr/@genkino/190


Seonglae Cho