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

Method join_tape

Compiler/program.py:445–446  ·  view source on GitHub ↗
(self, thread_number)

Source from the content-addressed store, hash-verified

443 return thread_numbers
444
445 def join_tape(self, thread_number):
446 self.join_tapes([thread_number])
447
448 def join_tapes(self, thread_numbers):
449 """Wait for completion of tapes. See :py:func:`new_tape` for an example.

Callers 3

joinMethod · 0.45
join_tapesMethod · 0.45
decoratorFunction · 0.45

Calls 1

join_tapesMethod · 0.95

Tested by

no test coverage detected