No description
This repository has been archived on 2025-03-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-03-18 17:56:31 +01:00
src init 2023-03-18 17:56:31 +01:00
.gitignore init 2023-03-18 17:56:31 +01:00
Cargo.toml init 2023-03-18 17:56:31 +01:00
README.md init 2023-03-18 17:56:31 +01:00

JobDispatcher

A thread-safe job dispatcher written in rust.

Why does this exist?

I had a data structure which could not be send across threads. So with this crate one can send the input over, the data structure can do it's thing in it's own thread and send the result back