MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setQueueRunning

Method setQueueRunning

src/async/imap/MCIMAPAsyncConnection.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void IMAPAsyncConnection::setQueueRunning(bool running)
419{
420 mQueueRunning = running;
421}
422
423#if __APPLE__
424void IMAPAsyncConnection::setDispatchQueue(dispatch_queue_t dispatchQueue)

Callers 2

queueStartRunningMethod · 0.80
queueStoppedRunningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected