Uses of Class
simula.runtime.RTS_Coroutine
-
Uses of RTS_Coroutine in simula.runtime
Modifier and TypeFieldDescriptionRTS_RTObject._CORUT
This is a pointer to the Coroutine in which this block instance is running.private RTS_Coroutine
RTS_Coroutine.caller
The callerprivate static RTS_Coroutine
RTS_Coroutine.current
The current CoroutineModifier and TypeMethodDescriptionstatic RTS_Coroutine
RTS_Coroutine.getCurrentCoroutine()
Returns the current Coroutine.Modifier and TypeMethodDescriptionprivate static void
RTS_Coroutine.resume
(RTS_Coroutine coroutine) Resume the given Coroutineprivate static void
RTS_Coroutine.suspend
(RTS_Coroutine coroutine) Suspend the given Coroutine