Closed markiz closed 4 years ago
https://github.com/ruby-concurrency/concurrent-ruby/blob/7dc6eb04142f008ffa79a59c125669c6fcbb85a8/lib/concurrent-ruby/concurrent/async.rb#L61-L79
I don't think that is necessary anymore, since everything related to initialization now lives in .new?
.new
You are right, Thanks! Could you open a PR removing it?
@pitr-ch Sure, #878
https://github.com/ruby-concurrency/concurrent-ruby/blob/7dc6eb04142f008ffa79a59c125669c6fcbb85a8/lib/concurrent-ruby/concurrent/async.rb#L61-L79
I don't think that is necessary anymore, since everything related to initialization now lives in
.new
?