Crate umpx

Source
Expand description

Extras for the micro message passing library ump.

Modules§

client
Client utilities.
server
Server utilities.

Structs§

Client
Representation of a clonable client object that can issue requests to Server objects.
ReplyContext
Object used to respond to requests that have been received by a 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.

Functions§

channel
Create a pair of linked Server and Client objects.