Public Instance Methods : Block
asyncEvaluate: configuration withArguments: arguments
"ACTION
Evaluate the receiver asynchronously in an Actor newly created
according to the information in @configuration. The receiver is
passed @arguments. As the receiver is evaluated asynchronously
the result is not immediately available. This method returns an
IdSstFuture which will contain the result when available.
PARAMETERS
configuration : <SstActorConfiguration>
arguments : <Collection of <Object>>
RETURN VALUE
<IdSstFuture>
NOTES
The newly created actor is #resume'd even if %autoStart is turned
off in @configuration."
Categories
SST-API User
syncEvaluate: configuration withArguments: arguments
"ACTION
Return the result of synchronously evaluating the receiver with
@arguments in the processes of an Actor newly created according
to the information in @configuration. The process executing this
method is suspended until the result of the receiver is available.
PARAMETERS
configuration : <SstActorConfiguration>
arguments : <Collection of <Object>>
RETURN VALUE
<Object>
NOTES
The newly created actor is #resume'd even if %autoStart is turned
off in @configuration."
Categories
SST-API User
[FIRST] [PREV] [NEXT] [LAST]