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
Currently there is no code example of creating and using an actor.
I'm currently reading through one of the pony papers, and, "All actors in Pony are visible to other actors with capability tag but see themselves as ref." is not reflected in the section.
The text was updated successfully, but these errors were encountered:
schnittchen
changed the title
Actor section lacking
Actor section lacking useage example and important properties
Apr 17, 2021
SeanTAllen
changed the title
Actor section lacking useage example and important properties
Actor section lacking usage example and important properties
Apr 20, 2021
For the "see themselves as ref", we could probably reuse the material for the "Accessing an Actor with Arbitrary Transactions", although that requires talking about capabilities, which are not introduced until later in the tutorial.
I agree that linking to that Pony Pattern would be helpful for a deep dive into this concept, which we can cover more briefly and succinctly in the tutorial.
Currently there is no code example of creating and using an actor.
I'm currently reading through one of the pony papers, and, "All actors in Pony are visible to other actors with capability tag but see themselves as ref." is not reflected in the section.
The text was updated successfully, but these errors were encountered: