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

[REBOL] Re: Async call:// protocol v1.0

From: rotenca:telvia:it at: 18-Feb-2004 13:35

I should like to know people opinions about async interface for user callback functions. Until now we have 2 different strategies: 1) async:// which uses port/awake with an argument to switch among states 2) call:// which uses port/locals/custom-name1: func [][] port/locals/custom-name2: func [][] Rebol has not a standard method for handling async port call-back, so can be useful to reach an agreement about a pseudo-standard. What do you think? --- Ciao Romano