Hi,

I am wondering if there is a way to "multithread" a rebol command in the
background.

For instance I want to open a port connection to another computer and it
will take a while to open.  I don't want to wait for it to open right now
and I want to do some other code while I wait.

open port
other code
check if port is open yet


More questions:  Is there a way to launch another instance of rebol within a
rebol script?  Is it possible to run more that one rebol script
(multithreaded) within one instance of rebol?

Thanks,
Max


Reply via email to