Cor1
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Actor model features the 'act' method, even though threads are used. This abstract method must be implemented in application models.
Actor model features the 'act' method, even though threads are used. This abstract method must be implemented in application models.
Attributes
- Definition Classes
Inherited methods
Return the Coroutine counts.
Interrupt this waiting coroutine.
Check this thread to see if it is virtual.
For multiple sources and more than one replication otherwise, after one replication, all the sources are already started the first source from agenda will be invoked by the yield to null but the second resource from the won't so needs to be reset
For multiple sources and more than one replication otherwise, after one replication, all the sources are already started the first source from agenda will be invoked by the yield to null but the second resource from the won't so needs to be reset
Attributes
- Inherited from:
- Coroutine
Thread's 'run' method delegates to the 'act' method. Upon interruption the 'act' method is run again from the beginning.
Thread's 'run' method delegates to the 'act' method. Upon interruption the 'act' method is run again from the beginning.
Attributes
- Inherited from:
- Coroutine
Start this coroutine, i.e., invoke its 'run' -> 'act' method.
Yield control from 'this' to 'that' coroutine.
Yield control from 'this' to 'that' coroutine.
Value parameters
- quit
-
whether 'this' coroutine is to terminate (true) or wait to be resumed (false)
- that
-
the other coroutine to yield control to
Attributes
- Inherited from:
- Coroutine