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

[REBOL] Re: Callbacks from C yet?

From: greggirwin:mindspring at: 30-Dec-2002 19:14

Hi Volker, VN> could be possible with multiple threads, system-port and sending VN> messages/signals between threads. but how to figure out how that works? Depends on the need. Most callback mechanisms require you to give them a function pointer to call back to. -- Gregg