Implements the RPC server.
This contains lower level APIs, see vibe.rpcchannel.tcp and vibe.rpcchannel.noise for a simpler API.
One instance of a client<->server communication server session.
Creates a server session. Runs and blocks the current task.
Whether a class can be used as an API server.
See Source File
Implements the RPC server.
This contains lower level APIs, see vibe.rpcchannel.tcp and vibe.rpcchannel.noise for a simpler API.