5 lines
No EOL
278 B
Markdown
5 lines
No EOL
278 B
Markdown
# 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 |