MCPcopy 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
262int FTPQueue::QueueThread(FTPQueue* queue) {
263 return queue->QueueLoop();
264}
265
266DWORD WINAPI ThreadProc(LPVOID param) {
267 FTPQueue* queue = (FTPQueue*)param;

Callers

nothing calls this directly

Calls 1

QueueLoopMethod · 0.80

Tested by

no test coverage detected