Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link about fs2-throttler #4359

Merged
merged 2 commits into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/typelevelEcosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Here you can find a comprehensive list of libraries and projects related to Type
| [fs2-rabbit](https://fs2-rabbit.profunktor.dev/) | [RabbitMQ](https://www.rabbitmq.com/) stream-based client built on top of [Fs2][Fs2] and [Cats Effect][Cats Effect]. |
| [fs2-reactive-streams](https://github.com/zainab-ali/fs2-reactive-streams) | A reactive streams implementation for [Fs2][Fs2]. |
| [fs2-ssh](https://github.com/precog/fs2-ssh) | A wrapper around Apache SSHD targeting [Cats Effect][Cats Effect] and [Fs2][Fs2]. |
| [fs2-throttler](https://github.com/kovstas/fs2-throttler) | Throttling for fs2 based on the token bucket algorithm. |
| [fs2-zk](https://github.com/Spinoco/fs2-zk) | Simple Apache [Zookeeper](https://zookeeper.apache.org/) bindings for [Fs2][Fs2]. |
| [Fs2][Fs2] | Functional streams for Scala (streaming I/O library). |
| [fuuid-annotation](https://github.com/davenverse/fuuid-annotation) | Automatically create an inner Id tagged FUUID type with convenient methods for its creation. |
Expand Down