Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

To fix? #8771

Draft
wants to merge 1 commit into
base: series/2.x
Choose a base branch
from
Draft

To fix? #8771

wants to merge 1 commit into from

Conversation

guizmaii
Copy link
Member

@guizmaii guizmaii commented Apr 20, 2024

Looking for someone to explore the TODO and the questions I added in the code 馃檪

// 5. which would mean that this `(k ne FiberRuntime.notBlockingOn)` test is useless
// Some questions to answer then:
// 1. Why and when was it added?
// 2. If it's indeed incorrect/useless, should it be removed or replaced with something else? What was the intention of the original author?
if ((k ne null) && (k ne FiberRuntime.notBlockingOn)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's useless and can be removed. Maybe it was part of my work in (high-perfomrantly) integrating blocking into ZIO's Loom support.

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.

None yet

2 participants