|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
put
operations may block when the
capacity is reached.at
(and the associated crond) in Unix. w.fork(); invoke(v); w.join();
get
method.
period
milliseconds.
construct
method has returned.
new Par
, when executed,
runs the tasks provided in the constructor in parallel using
coInvoke(tasks).new Par(task1, task2)
, when executed,
runs task1 and task2 in parallel using coInvoke(task1, task2).new Seq
, when executed,
invokes each task provided in the constructor, in order.new Seq2(task1, task2)
, when executed,
invokes task1 and then task2, in order.construct
method,
waiting if necessary until it is ready.
get
method is ready to
return a value.
construct
method to compute the result,
and then invokes the finished
method on the event
dispatch thread.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |