Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
private:
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
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected