This repository has been archived by the owner on May 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 654
Distinguish pending and nonpending requests #34
Labels
Comments
also it does not call the callback on immediate completion. I like option one - as it's more windows-y |
"When that happens the request callback will not be made." |
How do you get the return value of |
Return it? Use int instead of size_t. Also merge the status and nread arguments for oio_read_cb, make that an int too. People are not going to read/write > 2gb of data in one req anyway. |
Why |
Oh yes that's okay -- I wasn't aware of the existence of ssize_t. |
This idea was dropped -- all requests will complete async. Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As discussed, oio_write, oio_read and oio_connect might complete synchronously. When that happens the request callback will not be made. How do we tell the user that this happened?
options:
remarks:
The text was updated successfully, but these errors were encountered: