10266dd1bc
* added multithreading crate with thread pool * added crate mutlithreading * replaced `threads` memeber from `Threadpool` mutex with atomic primitive * fixed doctest for threadpool * added module documentation to multithreading * added functionality to drop thread handles automatically when threads have finished * reformatted crate `multithreading` to pass tests * added benchmark for `threadpool` using `criterion`. * finished benchmark for threadpool and fixed documentation for threadpool * added unit test to `multithreading` |
||
---|---|---|
.github/workflows | ||
benches | ||
src | ||
.gitignore | ||
Cargo.toml | ||
Programmentwurf.md | ||
README.md |
README.md
Programmentwurf
Die Beschreibung der Aufgabenstellung ist unter Programmentwurf.md zu finden. Diese Readme.md
ist durch etwas Sinnvolles zu ersetzen.