Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ ~ThreadedIter
Method
~ThreadedIter
include/dmlc/threadediter.h:120–122 ·
view source on GitHub ↗
! \brief destructor */
Source
from the content-addressed store, hash-verified
118
out_data_(NULL) {}
119
/*! \brief destructor */
120
virtual ~ThreadedIter(void) {
121
this->Destroy();
122
}
123
/*!
124
* \brief destroy all the related resources
125
* this is equivalent to destructor, can be used
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.95
Tested by
no test coverage detected