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

Added note mentioning asynchrous IO #15238

Closed
wants to merge 1 commit into from

Conversation

goelakash
Copy link
Contributor

@goelakash
Copy link
Contributor Author

please review.

@tkelman
Copy link
Contributor

tkelman commented Feb 25, 2016

This doesn't belong in the stdlib which is a function listing, it belongs somewhere in a manual section. And please be patient, there's no need to post a reminder note unless it's been a few days without a response.

@StefanKarpinski
Copy link
Member

This also requires a more thorough explanation that this. The key is that Julia I/O is semantically blocking but non-blocking under the hood so that when multiple tasks are all doing I/O they do so without blocking each other.

@goelakash
Copy link
Contributor Author

Should I close this PR or let it stay open for further discussion about I/O?

@goelakash goelakash closed this Mar 9, 2016
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