Mark S. Miller (2013-11-12T21:16:55.000Z)
domenic at domenicdenicola.com (2013-11-17T17:58:09.929Z)
On Tue, Nov 12, 2013 at 11:10 AM, Jason Orendorff <jason.orendorff at gmail.com> wrote: > I don't see anything in Cap'n Proto that is related to weak references > or GC. At the protocol level, it seems capabilities are explicitly > dereferenced. I assume you meant "dropped", "decremented", "deleted", or "destroyed" rather that "dereferenced"? If so... At the CapTP level they are as well. Likewise within the implementation of any GC system, whether local or remote. https://github.com/kentonv/capnproto/blob/master/c++/src/capnp/rpc.capnp http://www.erights.org/elib/distrib/captp/dagc.html