We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81830 commit 0770644Copy full SHA for 0770644
README.md
@@ -177,6 +177,11 @@ require 'concurrent'
177
The `concurrent-ruby` gem will automatically detect the presence of the `concurrent-ruby-ext` gem
178
and load the appropriate C extensions.
179
180
+#### Note For gem developers
181
+
182
+No gems should depend on `concurrent-ruby-ext`. Doing so will force C extensions on your users.
183
+The best practice is to depend on `concurrent-ruby` and let users to decide if they want C extensions.
184
185
## Maintainers
186
187
* [Jerry D'Antonio](https://github.com/jdantonio)
0 commit comments