jobdispatcher/README.md

5 lines
278 B
Markdown
Raw Permalink Normal View History

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