Skip to content

Comments

wrap _fork from Ruby 3.1#589

Merged
ko1 merged 1 commit intomasterfrom
fix_273
Mar 28, 2022
Merged

wrap _fork from Ruby 3.1#589
ko1 merged 1 commit intomasterfrom
fix_273

Conversation

@ko1
Copy link
Collaborator

@ko1 ko1 commented Mar 28, 2022

Ruby 3.1 calls _fork from Kernel#fork and Process.fork (and so on)
so we only need to wrap _fork. This patch is required to wrap fork
features as a nearest wrapper for _fork.

fix #273

Ruby 3.1 calls `_fork` from `Kernel#fork` and `Process.fork` (and so on)
so we only need to wrap `_fork`. This patch is required to wrap `fork`
features as a nearest wrapper for `_fork`.

fix #273
@ko1 ko1 merged commit 1961999 into master Mar 28, 2022
@ko1 ko1 deleted the fix_273 branch March 28, 2022 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

thread didn't start in 5.0 seconds (in state: :starting) (Listen::Error::NotStarted)

1 participant