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

Method enqueue

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

Returns false if not enqueued; this means the queue is decomissioned. In this case the caller retains ownership of the event.

Source from the content-addressed store, hash-verified

77 // is decomissioned. In this case the caller retains
78 // ownership of the event.
79 bool enqueue(Event* event) { return queue->enqueue(event); }
80
81 private:
82 friend class EventQueue;

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected