Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ complete
Method
complete
kernel/oswrapper/vspace.h:1318–1320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1316
_queue->_incoming.stop_wait();
1317
}
1318
T complete() {
1319
return _queue->dequeue_nowait();
1320
}
1321
};
1322
1323
template <typename T>
Callers
nothing calls this directly
Calls
1
dequeue_nowait
Method · 0.80
Tested by
no test coverage detected