Skip to content
Snippets Groups Projects
Commit 9582b6b3 authored by shinedday's avatar shinedday
Browse files

Add comment

parent 6acd14d8
Branches
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ class Amas(Schedulable):
self.synchronization()
threads = []
# suffle
for agent in self.__agents:
current_thread = Thread(target=agent.run)
threads.append(current_thread)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment