final class PlatformTools
extends java.lang.Object
Describe the states of an agent.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
Action Summary
| Modifier and type |
Action and description |
| static void |
yield
Ask to the multi-thread engine to give the token to another thread if possible. |
| Modifier and type |
Action and description |
| static void |
yield
Ask to the multi-thread engine to give the token to another thread if possible. |
Action Details
- yield
-
def yield
Ask to the multi-thread engine to give the token to another thread if possible.