We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0531d0a commit fbc6f77Copy full SHA for fbc6f77
labelbox/data/generator.py
@@ -80,7 +80,6 @@ def __init__(self,
80
for thread in self.threads:
81
thread.daemon = True
82
thread.start()
83
- for thread in self.threads:
84
thread.join()
85
86
def _process(self, value) -> Any:
0 commit comments