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

Method ~ThreadGroup

include/dmlc/thread_group.h:319–322  ·  view source on GitHub ↗

! * \brief Destructor, perform cleanup. All child threads will be exited when this * destructor completes */

Source from the content-addressed store, hash-verified

317 * destructor completes
318 */
319 virtual ~ThreadGroup() {
320 request_shutdown_all();
321 join_all();
322 }
323
324 /*!
325 * \brief Check if the current thread a member if this ThreadGroup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected