MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~BlockingQueueThread

Method ~BlockingQueueThread

include/dmlc/thread_group.h:549–553  ·  view source on GitHub ↗

! * \brief Destructor */

Source from the content-addressed store, hash-verified

547 * \brief Destructor
548 */
549 ~BlockingQueueThread() override {
550 // Call to parent first because we don't want to wait for the queue to empty
551 ThreadGroup::Thread::request_shutdown();
552 request_shutdown();
553 }
554
555 /*!
556 * \brief Signal the thread that a shutdown is desired

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected