diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index b4d138ff893f3c83f2412dc5bea096b8bf66e52c..95f049785eae21f4aaffda398a64de477284e7ce 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -977,18 +977,6 @@ class Population: These resultation dictionaries are then merged and stored as object properties again. """ - # TODO: make further use of a queue to handle jobs or at least - # get information on the process ids etc - # https://stackoverflow.com/questions/10190981/get-a-unique-id-for-worker-in-python-multiprocessing-pool - # https://stackoverflow.com/questions/8640367/python-manager-dict-in-multiprocessing/9536888 - # for muting values through dicts - # https://python-forum.io/Thread-Dynamic-updating-of-a-nested-dictionary-in-multiprocessing-pool - # https://stackoverflow.com/questions/28740955/working-with-pathos-multiprocessing-tool-in-python-and - - # TODO: make good example of how to deal with a result_dict - # https://www.programcreek.com/python/example/58176/multiprocessing.Value - # https://stackoverflow.com/questions/17377426/shared-variable-in-pythons-multiprocessing - # Set process name setproctitle.setproctitle('binarycpython parent process') setproctitle.setthreadtitle("binarycpyhon parent thread")