Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ wait
Method
wait
include/dmlc/blockingconcurrentqueue.h:360–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
void wait()
361
{
362
if (!tryWait())
363
waitWithPartialSpinning();
364
}
365
366
bool wait(std::int64_t timeout_usecs)
367
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected