Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Sep 25, 2023
1 parent 6093ade commit 9c5a157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Binary directory
target

# Sometime Cargo.lock causes merge bugs so ignore it
Cargo.lock

# Temporary CI file
versionfile.txt

Expand Down
14 changes: 2 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c5a157

Please sign in to comment.