You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
15 lines
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>
|
|
|