Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Swift/Swift Concurrency/
Swift Actor Model
Search

Swift Actor Model

Creator
Creator
Seonglae Cho
Created
Created
2021 Jun 15 6:58
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Jun 15 7:2
Refs
Refs
WWDC 2021

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.
[Concurrency] Actors & actor isolation
https://forums.swift.org/t/concurrency-actors-actor-isolation/41613
[Concurrency] Actors & actor isolation
Swift Actor Model
Swift Concurrency Roadmap을 통해 Swift에서도 다른 언어에서 사용하고 있는 await / async를 들여오려는 논의를 하고 있다. 매우 활발한 논의가 진행되고 있는데 그 와중에 Actor Model이라는 제안이 올라온 것을 보게 되었다. 제안의 내용에서는 이미 다른 언어상에서도 볼 수 있다고 하는데 난 처음 접하는 개념이었다. da
Swift Actor Model
https://brunch.co.kr/@genkino/190
Swift Actor Model
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Swift/Swift Concurrency/
Swift Actor Model
Copyright Seonglae Cho