Crate ump_ngx

Source
Expand description

Extras for the micro message passing library ump-ng.

Modules§

client
Client utilities.
server
Server utilities.

Structs§

Client
Representation of a clonable client object.
PostClient
Special purpose client end-point that can only issue Post requests.
ReplyContext
Object used to reply to requests passed to the server.
Server
Representation of a server object.
WaitReply
Context used to wait for a server to reply to a request.
WeakClient
A weak client reference that can be upgraded to a Client as long as other Client objects till exist.

Enums§

Error
Module-specific error codes.
MsgType
Mesage operation types.

Functions§

channel
Create a pair of linked Server and Client objects.