Avatar
omochimetaru 2/10/2024 3:07 AM
Hi everyone, We'd like to share a pitch of a distributed actors feature we've been working on for a while now. This proposal extends distributed actor capabilities in one important aspect: it allows a proper server/client split of distributed applications! 🎉 When we first introduced distributed actors, many developers were asking about using t...
3:08 AM
distributed actorのサーバー/クライアントサポート
3:09 AM
プロトコルを介せるようになって、クライアントがサーバーアクターの真の型を知らなくても呼び出せる バイナリが異なってても接続できる
3:09 AM
これまでは難しかったらしい
3:09 AM
それと、プロトコルにマクロを付けると、接続用のユーティリティが生成される
3:10 AM
$Greeterみたいな、プロトコル名の頭にドル記号がついた型を生成するマクロらしい
3:10 AM
新しいドル記号のユースケースで面白い 普通にプロトコルにstaticメソッド生やした方がわかりやすそうだけど、それだと意味違うからダメなんやろな