Crate async_backplane
Source - panic
- Utilities for dealing with panics (and unlocking better debugging).
- prelude
- Reexports of most things!
- Device
- A Device connects a Future to the backplane.
- DeviceID
- A locally unique identifier for a Device.
- Line
- A reference to a
Device
that allows us to link with it.
- Crash
- Something went wrong with a Device.
- Fault
- The device has disconnected and it wasn’t for a good reason.
- LinkError
- There was a problem Linking
- LinkMode
- How deeply should we link?
- Message
- A message exchanged between devices.
- Watched
- A result from
watch()
.