MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / wait

Method wait

DSView/pv/storesession.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void StoreSession::wait()
108{
109 if (_thread.joinable())
110 _thread.join();
111}
112
113void StoreSession::cancel()
114{

Callers 15

decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
handle_startMethod · 0.80
handle_byte_or_stopMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected