Module vibe.rpcchannel.server

Implements the RPC server.

This contains lower level APIs, see vibe.rpcchannel.tcp and vibe.rpcchannel.noise for a simpler API.

Functions

NameDescription
createServerSession(stream, info)Creates a server session. Runs and blocks the current task.

Classes

NameDescription
ServerSessionOne instance of a client<->server communication server session.

Manifest constants

NameTypeDescription
isServerAPIWhether a class can be used as an API server.