Exception thrown if the connection to the remote side was closed.
Exception thrown when a RPC error occurs.
UDA to ignore a method or event when generating RPC stubs.
Returns a string tuple of all event members in API which will be implemented by the RPC server and client.
Returns a tuple of overloads for function member in API which will be implemented by the RPC server and client.
Returns a string tuple of all function members in API which will be implemented by the RPC server and client.
Returns a tuple of all overloads for all functions in API which will be implemented by the RPC server and client.
Checks whether some type is a emittable type of the tinyevent library, i.e. whether Type.init.emit() is working.
Checks whether name is the name of a special function which should be IgnoreUDA when generating RPC methods. Ignores startSession, constructors, destructors, toHash and toString.
Contains data types and functions required by both vibe.rcpchannel.server and vibe.rpcchannel.client.
Protocol related definitions are kept in vibe.rpcchannel.protocol.