UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

16 lines (15 loc) 378 B
<html> <head> <title>Quick Thread Pool Test</title> <script type="text/javascript" src="../../../dojo/dojo.js" data-dojo-config="isDebug:true" ></script> <style type="text/css"> @import "../../../dojo/resources/dojo.css"; </style> <script type="text/javascript"> dojo.require("dojox.timing.ThreadPool"); </script> </head> <body> testing. </body> </html>