Struct itron_asp3::semaphore::Builder [−][src]
pub struct Builder { /* fields omitted */ }This is supported on crate features
unstable and dcre only.Expand description
The builder type for semaphores. Created by Semaphore::build.
Its generic parameters are an implementation detail.
Implementations
Specify the initial count. Defaults to max_count when unspecified.
Specify the maximum count. Defaults to 1 when unspecified.
Specify the queue order. Defaults to Fifo when unspecified.