Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ dequeue
Method
dequeue
kernel/oswrapper/vspace.h:1123–1126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1121
}
1122
}
1123
T dequeue() {
1124
_incoming.wait();
1125
return dequeue_nowait();
1126
}
1127
Result<T> try_dequeue() {
1128
if (_incoming.try_wait())
1129
return Result<T>(dequeue_nowait());
Callers
5
kVerify2
Function · 0.80
kverify.cc
File · 0.80
id_ChineseRemainder_0
Function · 0.80
kChinese.cc
File · 0.80
id_Farey_0
Function · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected