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

refine documentation #10

Open
Xudong-Huang opened this issue Dec 27, 2017 · 6 comments
Open

refine documentation #10

Xudong-Huang opened this issue Dec 27, 2017 · 6 comments

Comments

@Xudong-Huang
Copy link
Owner

there are a lot of work need to about the documentation.

@akritrime
Copy link

Hey. How may I help? I am a beginner, but I was wondering what I can do to help.

@Xudong-Huang
Copy link
Owner Author

@akritrime Thanks!Currently the doc is too far from complete. The most obvious and easy task is add document for every API that compatible with libstd . Add corresponding links to libstd document, or add examples in the document.

@akritrime
Copy link

Alright. So you want me to add documentation for May counterparts for libstd api like std::net::TcpStream and the likes?

@Xudong-Huang
Copy link
Owner Author

Yes, that would be much helpful for new users. Thanks!

@akritrime
Copy link

All the networking primitives provided in may::net are non blocking, right?

@Xudong-Huang
Copy link
Owner Author

well, it's depends... if you call the API in thread context, all the APIs are thread blocked version, while called in coroutine context, they are coroutine blocked version but never block the thread(non blocking mode in normal sense)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants