[][src]Module glommio::prelude

Provides common imports that almost all Glommio applications will need

Re-exports

pub use crate::Latency;
pub use crate::Local;

Structs

LocalExecutor

Single-threaded executor.

LocalExecutorBuilder

LocalExecutor factory, which can be used in order to configure the properties of a new LocalExecutor.

TaskQueueHandle

An opaque handler indicating in which queue a group of tasks will execute. Tasks in the same group will execute in FIFO order but no guarantee is made about ordering on different task queues.

Enums

Shares

Represents how many shares a TaskQueue should receive.