Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ BlockQueue
Method
BlockQueue
src/common/util/block_queue.h:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
class BlockQueue {
21
public:
22
BlockQueue() = default;
23
~BlockQueue() { Stop(); }
24
25
BlockQueue(const BlockQueue &) = delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected