An open API service indexing awesome lists of open source software.

https://github.com/threefoldtech/tokio-worker-pool

simple configurable worker pool
https://github.com/threefoldtech/tokio-worker-pool

Last synced: about 2 months ago
JSON representation

simple configurable worker pool

Awesome Lists containing this project

README

        

# Introduction
A simple worker pool for tokio. The main use is to maintain a fixed number of workers
to run jobs. A job can be fire and forget, or fire and get results.

# Example usage
```rust

```