MCPcopy
hub / github.com/uber/petastorm / join

Method join

petastorm/reader.py:689–691  ·  view source on GitHub ↗

Joins all worker threads/processes. Will block until all worker workers have been fully terminated.

(self)

Source from the content-addressed store, hash-verified

687 self.stopped = True
688
689 def join(self):
690 """Joins all worker threads/processes. Will block until all worker workers have been fully terminated."""
691 self._workers_pool.join()
692
693 def cleanup_cache(self):
694 if isinstance(self.cache, LocalDiskCache):

Callers 15

__exit__Method · 0.95
conf.pyFile · 0.45
train_and_testFunction · 0.45
_mock_imagenet_dirFunction · 0.45
download_mnist_libsvmFunction · 0.45
get_mnist_dirFunction · 0.45
external_datasetFunction · 0.45
petastorm_datasetFunction · 0.45
namedtuple_gt_255_fieldsFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by 4

_mock_imagenet_dirFunction · 0.36
external_datasetFunction · 0.36
petastorm_datasetFunction · 0.36