[REBOL] Re: The REBOL async:// tutorial - take 1
From: maarten:vrijheid at: 11-Mar-2004 14:34
The specific example you try is a client that connects to a webserver to fetch the image. If you have no webserver running (no valid url...): no image! async:// is just like tcp:// , but now with calllbacks instead of waiting yourself. Does this help you? --Maarten Coussement Christophe wrote: