MCPcopy Create free account
hub / github.com/apache/trafficserver / Queue

Class Queue

plugins/experimental/wasm/lib/src/shared_queue.h:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36private:
37 struct Queue {
38 std::string vm_key;
39 uint32_t context_id;
40 CallOnThreadFunction call_on_thread;
41 std::deque<std::string> queue;
42 };
43
44 // TODO: use std::shared_mutex in C++17.
45 std::mutex mutex_;

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected