e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
16 lines
436 B
HTML
16 lines
436 B
HTML
<html>
|
|
<head>
|
|
<title>Quick Thread Pool Test</title>
|
|
<script type="text/javascript" src="../../../dojo/dojo.js" djConfig="isDebug:true" ></script>
|
|
<script type="text/javascript" src="../ThreadPool.js"></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>
|