ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

Update the list of maintainers #985

Closed eregon closed 1 year ago

eregon commented 1 year ago

cc @matthewd @rafaelfranca @ioquatix

I contacted each of you and you agreed to help maintain concurrent-ruby, thank you! Contribute as you feel you can, I know we are all also busy with other projects as well. concurrent-ruby is a fairly mature and stable project, so I think it shouldn't require much maintenance.

I suggest to use PRs for all changes, except trivial typos or minor doc updates or so, to give others a chance to review. Please in general wait for a review from some other maintainer before merging (unless it's trivial). There tends to be some non-obvious complications in this gem due to supporting the various Ruby implementations with different code paths, and the docs are not always clear about every feature a class supports, which is why I think it's good to be careful and have reviews.

eregon commented 1 year ago

If we want to chat about concurrent-ruby I think we might be able to use the CRuby Slack as we are all there, I'll ask there.

ioquatix commented 1 year ago

Great