MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / join

Method join

Compiler/types.py:116–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 runtime_arg or self.runtime_arg))
115
116 def join(self):
117 if not self.running:
118 raise CompilerError('Thread %s is not running' % self.name)
119 self.running -= 1
120 program.join_tape(self.run_handles.pop(0))
121
122
123def copy_doc(a, b):

Callers

nothing calls this directly

Calls 3

CompilerErrorClass · 0.85
join_tapeMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected