= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package capnp-rpc
-
capnp-rpc
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A mix-in to help with writing reference-counted objects. It will call self#release
when the ref-count reaches zero.
method virtual pp : Format.formatter -> unit
method private pp_refcount : Format.formatter -> unit
Write the current ref-count to the formatter (use with "%t"
).
Raise an exception if the ref-count is less than one (i.e. check that the object hasn't already been freed).
method virtual blocker : base_ref option