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
This rewrites most everything: the way objects+promises are referenced (both
in vats and the kernel), the way messages manage their result promises, the
kernel-side run-queue, the kernel-side promise tables, the way comms messages
are formatted, the entire comms layer, and all the comms tests. The kernel
now supports pipelining sends all the way into the deciding vat, and the
comms vat will pipeling those sends to the remote deciding machine.
It does not yet implement "forwarding" (replacing one promise with a
different one), nor do promise references get deleted after their promise has
been resolved.
The comms vat must be created with the `enablePipelining` option set to
`true` to get the pipelining behavior.
closesAgoric#88closesAgoric#34closesAgoric#79closesAgoric#45
dckc
pushed a commit
to dckc/agoric-sdk
that referenced
this issue
Dec 5, 2019
No description provided.
The text was updated successfully, but these errors were encountered: