We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc89d commit 39398e1Copy full SHA for 39398e1
1 file changed
docs/manual.adoc
@@ -272,9 +272,9 @@ When a threaded application is started it is important to realise that before an
272
The await() method of Controller is responsible for suspending this thread:
273
274
----
275
-public void await ()
+public void await ()
276
{
277
- resume();
+ resumeProcess();
278
279
SimulationProcess.mainSuspend();
280
}
0 commit comments