Skip to content

Commit

Permalink
Inlined some Queue methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-shojaee committed Dec 15, 2023
1 parent 5e837d8 commit 8608821
Show file tree
Hide file tree
Showing 17 changed files with 512 additions and 505 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["benchmark"]

[package]
name = "loole"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Mahdi Shojaee <msh6180339@gmail.com>"]
description = "A safe async/sync multi-producer, multi-consumer channel"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Producers can send and consumers can receive messages asynchronously or synchron
To use Loole, place the following line under the `[dependencies]` section in your `Cargo.toml`:

```toml
loole = "0.2.0"
loole = "0.2.1"
```

## Run Benchmarks
Expand Down
Loading

0 comments on commit 8608821

Please sign in to comment.