We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32da82 commit bf13d94Copy full SHA for bf13d94
1 file changed
Readme.adoc
@@ -5,7 +5,7 @@ bougyman <me@bougyman.com>
5
:dry-configurable: https://github.com/dry-rb/dry-configurable[Dry::Configurable]
6
7
Leopard is a small framework for building concurrent {service-api} workers.
8
-It uses `Ractor` to manage multiple workers in a single process and provides a
+It uses `Concurrent::FixedThreadPool` to manage multiple workers in a single process and provides a
9
minimal DSL for defining endpoints and middleware.
10
11
== Features
0 commit comments