MCPcopy Create free account
hub / github.com/MIT-SPARK/Hydra / InputQueue

Method InputQueue

include/hydra/common/input_queue.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 size_t max_size;
51
52 InputQueue() : max_size(0) {}
53
54 bool empty() const {
55 std::unique_lock<std::mutex> lock(mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected