Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ shutdown
Method
shutdown
dali/util/thread_safe_queue.h:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void shutdown() {
71
interrupt_ = true;
72
cond_.notify_all();
73
}
74
75
private:
76
std::queue<T> queue_;
Callers
4
~VideoLoader
Method · 0.45
handle_sequence_
Method · 0.45
handle_display_
Method · 0.45
finish
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected