diff --git a/.gitignore b/.gitignore index b4b1764..2a43937 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ # Binary directory target -# Sometime Cargo.lock causes merge bugs so ignore it -Cargo.lock - # Temporary CI file versionfile.txt diff --git a/README.MD b/README.MD index 2f73fb7..9918fe1 100644 --- a/README.MD +++ b/README.MD @@ -1,13 +1,3 @@ -![logo](https://assets.gitlab-static.net/uploads/-/system/group/avatar/10553166/logo_white.ico?width=64) +![logo](https://avatars.githubusercontent.com/u/45798939?s=200&v=4) -# Rust threading library - -Features: -- Scoped thread pool. -- Unscoped thread pool. -- Thread pool with dynamic scheduler. -- Tasks can return output. -- Tasks can share immutable context (scoped thread pool). -- Tasks are given their dispatch index when called. -- Dispatch index is always guaranteed to match the order of calls to the dispatch function. -- Atomic cells +# Rust library template