We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 273cfe2 + c08b75d commit ab38be1Copy full SHA for ab38be1
distributed_computing/agent_client.py
@@ -3,7 +3,7 @@
3
* The agent_server.py has to be implemented first (at least one function is implemented and exported)
4
* Please implement functions in ClientAgent first, which should request remote call directly
5
* The PostHandler can be implement in the last step, it provides non-blocking functions, e.g. agent.post.execute_keyframes
6
- * Hints: [threading](https://docs.python.org/2/library/threading.html) may needed for monitoring if the task is done
+ * Hints: [threading](https://docs.python.org/2/library/threading.html) may be needed for monitoring if the task is done
7
'''
8
9
import weakref
0 commit comments