async-exec 0.1.1

Simple async task executor with a built-in HTTP task monitor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>async-exec</title>
        <link rel="shortcut icon" href="http://no.ne/" />
        <link rel="stylesheet" type="text/css" href="index.css">
        <script type="text/javascript" src="utils.js"></script>
        <script type="text/javascript" src="index.js"></script>
    </head>
    <body onload="init()">
        <canvas id="canvas"></canvas>
    </body>
</html>