hj_thread_pool 0.1.1

A simple thread pool implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Cargo launch",
            "cargo": {
                "args": [
                    "build"
                ]
            },
            "args": []
        }
    ]
}