Crate haiyuu

Crate haiyuu 

Source

Structs§

Handle
A handle to a running process. If all Handles to a process are dropped, the process will be dropped.
Mailbox
A mailbox for receiving messages addressed to a particular process.
Request
A request. This cannot be manually constructed, but should be used in conjunction with send_request.
WeakHandle
A “weak” handle to a process, which does not keep it running unless there are Handles to it.

Enums§

RequestError
Error for doing a request/response cycle to a process.
SendError
Error for sending into a handle.

Traits§

Process
Represents the logic of a process.
Processor
An executor of processes.