Skip to content

Commit

Permalink
Merge branch 'develop' into feature/bump-elixir-otp
Browse files Browse the repository at this point in the history
  • Loading branch information
general-CbIC authored Jun 10, 2024
2 parents d69fab1 + 5399e05 commit 98ffe56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ With `poolex` you can:
- Analyze and optimize your pool's production settings using metrics.
- Use your implementations to define worker and caller processes access logic.

<details>
<summary>Why `poolex` instead of `poolboy`?</summary>
**Why `poolex` instead of `poolboy`?**

- `poolex` is written in Elixir. This library is much more convenient to use in Elixir projects.
- `poolboy` is a great library, but not actively maintained :crying_cat_face:![Last poolboy commit](https://img.shields.io/github/last-commit/devinus/poolboy?style=flat)

</details>

## Requirements

Expand Down

0 comments on commit 98ffe56

Please sign in to comment.