Skip to content

Commit

Permalink
Added category algorithms to non_blocking_mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanivanyuk1993 committed Aug 17, 2023
1 parent 7b8e83c commit 5b78f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rust/non_blocking_mutex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
categories = ["concurrency"]
categories = ["algorithms", "concurrency"]
description = "NonBlockingMutex is currently the fastest way to do expensive calculations under lock, or do cheap calculations under lock when concurrency/load/contention is very high"
homepage = "https://github.com/ivanivanyuk1993/utility.non_blocking_mutex"
keywords = ["concurrency", "lock", "mutex", "non-blocking-lock", "non-blocking-mutex"]
license = "MIT OR Apache-2.0"
name = "non_blocking_mutex"
readme = "readme.md"
repository = "https://github.com/ivanivanyuk1993/utility.non_blocking_mutex"
version = "3.1.0"
version = "3.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 5b78f10

Please sign in to comment.