Documentation ¶
Overview ¶
Package refcount implements a reference-counting client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ref ¶
type Ref struct {
// contains filtered or unexported fields
}
A Ref is a single reference to a client wrapped by RefCount.
type RefCount ¶
type RefCount struct { Client capnp.Client // contains filtered or unexported fields }
A RefCount will close its underlying client once all its references are closed.
Click to show internal directories.
Click to hide internal directories.