new thread in background? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: new thread in background? (/showthread.php?tid=99754) new thread in background? by agustin029 on 11-02-2012 at 04:50 PM can i run a function in a subprocess in msgplus with javascript?? RE: new thread in background? by matty on 11-02-2012 at 05:17 PM
All calls should be synchronous (return a value right away). That isn't to say you can't use asynchronous calls but because of the architecture behind these you could experience collisions. |