UNPKG

uupaa.thread.js

Version:

Thread and ThreadPool functions.

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