File cmb_priorityqueue.h
↰ Parent directory (include)
A fixed-capacity priority queue where one or more producer processes (putters) can put arbitrary objects into the one end, and one or more consumer processes (getters) can get objects out of the other end. If space is not available, the producers wait, and if there is no content, the consumers wait. Objects will be retrieved in priority order.
Definition (include/cmb_priorityqueue.h)
Includes
cmb_assert.h(File cmb_assert.h)cmb_resourceguard.h(File cmb_resourceguard.h)cmb_timeseries.h(File cmb_timeseries.h)cmi_hashheap.hcmi_resourcebase.hstdint.h