Zarutian

Results 16 comments of Zarutian

Two additional functions that might be handy: ```javascript const someAwait = async (args, which) => { const awaited = await Promise.all(which.map((w, i) => (w ? args[i] : null))); return which.map((w,...

Hmm, I see now where I might have missunderstood where to apply the the implementation ideas of far refs from E. Looking at https://github.com/Agoric/agoric-sdk/blob/master/packages/eventual-send/src/index.js I see that the resolveWithPresence (which...

I think that having the resolveWithPresence make the proxy for you offers the most flexibility in implementing various kinds of presences such as Una, Croquet-replicas, and other such genre of...

One example where it is useful for the presence to be a proxy is the implementation of a kind of membrane for what I call CroquetReplicatedState. I can boil it...

No, not immediate, as in this quarter of the year but soon-ish (during the summer, maybe), use but it will make farref, una, and replica implementations easier. (far refs would...

Its local presence. That is, the object often depicted as a half circle in object graph diagrams that show the graph spanning multiple vats.