apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
580 stars 54 forks source link

ClusterControl.joined should cause joining for simpler usage #1126

Closed ktoso closed 1 year ago

ktoso commented 1 year ago

This hardens singleton handover, sadly it also hits a bug in IRGen which made the impl uglier than I would have wanted to.

This is not to be reviewed yet, I want to give it some runs on CI

ktoso commented 1 year ago

Oh whoops, I did something wrong here with PRs. Let me check if there is anything missing from main still

ktoso commented 1 year ago

You're right my bad, this was subsumed already.