Moving Local Mode to C++ (#7670)

This commit is contained in:
ijrsvt
2020-04-01 13:50:57 -07:00
committed by GitHub
parent 65054a2c7c
commit 9bfc2c4b54
17 changed files with 489 additions and 648 deletions
+1
View File
@@ -923,6 +923,7 @@ class Node:
return not any(self.dead_processes())
# TODO(ilr) Remove this soon
class LocalNode:
"""Imitate the node that manages the processes in local mode."""