Expand description
This module contains all errors
Structs§
- Halted
Error - Error returned when
Streaming an [Inbox]. - Send
Error - Error returned when sending a message into a channel.
- Spawn
Error - An error returned when spawning more processes onto a channel.
Enums§
- Exit
Error - An error returned from an exiting process.
- Recv
Error - Error returned when receiving a message from an inbox.
- TryRecv
Error - Error returned when receiving a message from an inbox.
- TrySend
Error - An error returned when trying to send a message into a channel.
- TrySpawn
Error - An error returned when trying to spawn more processes onto a channel