UNPKG

uupaa.thread.js

Version:

Thread and ThreadPool functions.

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