Back to Eqiora docs Skip to main content

CommandQueue

Trait CommandQueue 

pub trait CommandQueue:
    Debug
    + Send
    + Sync {
    // Required method
    fn id(&self) -> QueueId;
}
Description

Ordered asynchronous submission seam implemented by an adapter queue.

Required Methods§

fn id(&self) -> QueueId

Eqiora-owned queue identity.

Implementors§