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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enrich the delay scaladoc for IO and Sync #2654

Merged
merged 5 commits into from
Dec 16, 2021

Conversation

danicheg
Copy link
Member

This is a minor thing but should help in picking a suitable constructor.

@@ -931,13 +931,19 @@ object IO extends IOCompanionPlatform with IOLowPriorityImplicits {

/**
* Suspends a synchronous side effect in `IO`.
* Use [[IO.apply]] if your side effect is not thread-blocking;
* otherwise you should use [[IO.blocking]] or `IO.interruptible`
Copy link
Member Author

Choose a reason for hiding this comment

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

Unfortunately, the direct link to the IO.interruptible is ambiguous. And it could be fixed only by a fully qualified name. That's too extra, I think.

Copy link
Member

Choose a reason for hiding this comment

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

Hmm, that's annoying. I actually don't know how to do that anyway :)

Co-authored-by: Arman Bilge @armanbilge armanbilge@gmail.com
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

Thanks, this will help users a lot I think!

Copy link
Member

@vasilmkd vasilmkd left a comment

Choose a reason for hiding this comment

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

Thank you so much!

@vasilmkd vasilmkd merged commit a410503 into typelevel:series/3.x Dec 16, 2021
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.

3 participants