Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ complete
Method
complete
kernel/oswrapper/vspace.h:1299–1301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1297
_queue->_outgoing.stop_wait();
1298
}
1299
void complete(T item) {
1300
_queue->enqueue_nowait(item);
1301
}
1302
};
1303
1304
template <typename T>
Callers
nothing calls this directly
Calls
1
enqueue_nowait
Method · 0.80
Tested by
no test coverage detected