UNPKG

uupaa.thread.js

Version:

Thread and ThreadPool functions.

10 lines (7 loc) 293 B
importScripts("../lib/WebModule.js"); importScripts("../lib/ThreadProxy.js"); var proxy = new WebModule.ThreadProxy(function postMessageHandler(args, event) { event.postback([ args[1] + " WORLD" ]); // [2] }, function closeRequestHandler(yes, no) { yes(); // [5] });