Sven Vogel
57016c1083
- implemented `Drop` for thread pool - thread pool uses a struct to store a function of specific signature |
||
---|---|---|
.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.
WICHTIG!
Kleiner reminder, wenn ihr Sachen pushed in das repo, die eurer Anischt nach fertig sind (z.B für einen Pull-Request!), bitte mit den folgenden Commands auf Fehler/Warnings überprüfen:
cargo fmt
für formattierungcargo clippy
für warningscargo test doc
für documentation tests optional:cargo test
für module testscargo bench
für benchmarks