Struct planetkit::cell_dweller::SendMessageQueue [] [src]

pub struct SendMessageQueue {
    pub has_consumer: bool,
    pub queue: VecDeque<SendMessage<CellDwellerMessage>>,
}

World-global resource for outbound cell-dweller network messages.

Fields

Trait Implementations

impl AutoResource for SendMessageQueue
[src]

[src]

[src]

Ensure the given resource exists in the world. Returns the resource for writing; this should only be used during initialization, so contention shouldn't be an issue. Read more