[][src]Crate async_backplane

Modules

panic

Panic handler installer functions for better debugging.

prelude

Reexports of most things!

utils

Futures helpers. Currently just biased_race() and dont_panic().

Structs

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.

Enums

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().