Jan. 27, 2015
9:49 p.m.
Hi all, Thank you for your answers. But i yet can't see how to implement the method i wanted, because #fork schedules the process and immediately returns but i'd like to wait and only then return the answer. Best, Laura On Tue, Jan 27, 2015 at 3:46 PM, Laura Risani <laura.risani@gmail.com> wrote:
Hi all,
I need an object/method like this one
Waiting>> wait : seconds "i take the flow control during 'seconds' without halting image morphs stepping/handling (as Delay>>wait: does) and then return to the sender "
How can i implement it? Where can i borrow for reuse an existing one from?
Best, Laura