Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/3FS
/ enqueue
Method
enqueue
src/client/cli/admin/ScanTree.cc:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
using TaskPtr = std::unique_ptr<Task>;
89
90
void enqueue(Task task) {
91
pending_++;
92
queue_.enqueue(std::make_unique<Task>(std::move(task)));
93
}
94
95
CoTask<void> worker() {
96
while (true) {
Callers
15
stop
Method · 0.45
scanCloseTask
Method · 0.45
pruneSession
Method · 0.45
watch
Method · 0.45
periodicSyncScan
Method · 0.45
open
Method · 0.45
append
Method · 0.45
flush
Method · 0.45
scan
Method · 0.45
run
Method · 0.45
scanTask
Method · 0.45
allocateFromDB
Method · 0.45
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
testCoroutinesPool
Function · 0.36