menu
SemaphoreOptions
import { SemaphoreOptions } from "destack:ipc/binding";
Semaphore creation options.
1export struct SemaphoreOptions {2 initial: uint32;3 maximum: uint32;4 flags: SemaphoreFlags;5}Members
initial: uint32Initial semaphore count.
maximum: uint32Maximum semaphore count where the host requires it.
flags: SemaphoreFlagsCreation flags.