Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ QueueThread
Method
QueueThread
src/FTPQueue.cpp:262–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
int FTPQueue::QueueThread(FTPQueue* queue) {
263
return queue->QueueLoop();
264
}
265
266
DWORD WINAPI ThreadProc(LPVOID param) {
267
FTPQueue* queue = (FTPQueue*)param;
Callers
nothing calls this directly
Calls
1
QueueLoop
Method · 0.80
Tested by
no test coverage detected