[][src]Module ghost_actor::ghost_chan

The ghost_chan! macro generates an enum and helper types that make it easy to make inline async requests and await responses.

Traits

GhostChanSend

Sender trait for GhostChan Send subtraits.

Type Definitions

GhostChanRespond

Response callback for an GhostChan message.