General

Profile

sdwolfz (Codruț Gușoi)

  • Login: sdwolfz
  • Registered on: 11/16/2020
  • Last sign in: 12/25/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 1 2

Like

Activity

01/22/2023

07:45 PM Ruby master Feature #19326: Please add a better API for passing a Proc to a Ractor
New example:
```ruby
class Worker
def initialize(&block)
@block = block
end
def start
block = Ractor....
sdwolfz (Codruț Gușoi)

01/21/2023

06:19 PM Ruby master Feature #19326: Please add a better API for passing a Proc to a Ractor
> I thought Ractor.new would only accept literal blocks.
I hope not, passing an arbitrary block helps with buildin...
sdwolfz (Codruț Gușoi)
07:07 AM Ruby master Feature #19326: Please add a better API for passing a Proc to a Ractor
OK, I had absolutely no idea you could do that. Thanks for the suggestion! My impressions was `instance_eval` could o... sdwolfz (Codruț Gușoi)

01/08/2023

07:31 PM Ruby master Feature #19326 (Assigned): Please add a better API for passing a Proc to a Ractor
Example 1:
```ruby
class Worker
def initialize(&block)
@block = block
end
def run
Ractor.new(@...
sdwolfz (Codruț Gușoi)

11/16/2020

02:37 PM Ruby master Feature #17328 (Rejected): Extend `un.rb` to be usable by everyone
I've opened the PR here: https://github.com/ruby/ruby/pull/3771, although if you need me to submit a patch just let m... sdwolfz (Codruț Gușoi)

Also available in: Atom