From 9c5a1574eb0c1acb6014a79321a0a426d639bea6 Mon Sep 17 00:00:00 2001 From: Yuri Edward Date: Mon, 25 Sep 2023 22:48:42 +0200 Subject: [PATCH] Updated README --- .gitignore | 3 --- README.MD | 14 ++------------ 2 files changed, 2 insertions(+), 15 deletions(-) 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