MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Consumer

Method Consumer

src/event_queue.hpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 friend class EventQueue;
101
102 Consumer(EventQueue* queue) : queue(queue) {}
103
104 EventQueue* queue;
105 } consumer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected