Expand description
Extras for the micro message passing library ump-ng.
Modules§
Structs§
- Client
- Representation of a clonable client object.
- Post
Client - Special purpose client end-point that can only issue
Post
requests. - Reply
Context - Object used to reply to requests passed to the server.
- Server
- Representation of a server object.
- Wait
Reply - Context used to wait for a server to reply to a request.
- Weak
Client - A weak client reference that can be upgraded to a
Client
as long as otherClient
objects till exist.