source: Dev/trunk/src/client/dojox/timing/tests/test_ThreadPool.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 378 bytes
Line 
1<html>
2        <head>
3                <title>Quick Thread Pool Test</title>
4                <script type="text/javascript" src="../../../dojo/dojo.js" data-dojo-config="isDebug:true" ></script>
5                <style type="text/css">
6                        @import "../../../dojo/resources/dojo.css";
7                </style>
8                <script type="text/javascript">
9                        dojo.require("dojox.timing.ThreadPool");
10                </script>
11        </head>
12        <body>
13                testing.
14        </body>
15</html>
Note: See TracBrowser for help on using the repository browser.