package
2.18.2+incompatible
Repository: https://github.com/capnproto/go-capnproto2.git
Documentation: pkg.go.dev
# Functions
BootstrapFunc specifies the function to call to create a capability for handling bootstrap messages.
ConnLog sets the connection's log to the given Logger, which may be nil to disable logging.
MainInterface specifies that the connection should use client when receiving bootstrap messages.
NewConn creates a new connection that communicates on c.
SendBufferSize sets the number of outgoing messages to buffer on the connection.
StreamTransport creates a transport that sends and receives messages by serializing and deserializing unpacked Cap'n Proto messages.
# Variables
Errors.
# Structs
A Conn is a connection to another Cap'n Proto vat.
A ConnOption is an option for opening a connection.
An Exception is a Cap'n Proto RPC error.
# Type aliases
An Abort is a hang-up by a remote vat.