Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: /core async example

From: rotenca:telvia:it at: 5-Mar-2004 18:16

Hi Maarteen,
> Don't you think it would be a good idea to post it to rebol.org, so > everybody gets noticed of little bugfixes and enhancements? Surely > async:// adds enough to REBOL to let people use it/enhance it.
That was a fast patch, here it is a correction. The dns://async port seems to have some strange problems, this this a workaround: on-resolve: func [dnsport port] [ either port/host: scopy dnsport [ change wait-find dnsport port sclose dnsport port/awake port false ] [ wait-stop dnsport port/user-data/awake port make error! "Host not found" true ] ] About rebol.org. I have another version of async deeply changed. But it is not ready for a release. --- Ciao Romano