MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / add_process

Method add_process

tests/testing/run_image_tests.py:60–66  ·  view source on GitHub ↗
(self, name, p)

Source from the content-addressed store, hash-verified

58 p.kill()
59
60 def add_process(self, name, p):
61 with self.all_processes_mutex:
62 if self.is_exiting.is_set():
63 p.kill()
64 return False
65 self.all_processes[name] = p
66 return True
67
68def read_header(script_file):
69 '''

Callers 2

generate_imagesMethod · 0.80
compare_imagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected