UNPKG

uupaa.thread.js

Version:

Thread and ThreadPool functions.

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