You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Distributed][CustomRuntimeAttrs] Add distributed actor test cases
Making sure we can use custom runtime attributes on a `distributed actor` even if only on distributed methods.
It seems we can't do this on non distributed methods, as the call is made cross actor so the distributed isolation prevents it. Not sure if that should be possible anyway -- as long as distributed funcs can be annotated the most important part works <3
0 commit comments