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

ignore timing out errors unless the timeout was specified to INFINITE #3

Commits on Aug 24, 2021

  1. ignore timing out errors unless the timeout was specified to INFINITE

    The documentation states that for timeout failures:
    
    If a completion packet does not appear within the specified time, the
    function times out, returns FALSE, and sets *lpOverlapped to NULL.
    
    Unless the user specifiedwaiting for INFINITE, ignore timeout errors.
    
    https://docs.microsoft.com/en-us/windows/win32/api/ioapiset/nf-ioapiset-getqueuedcompletionstatus
    Brian Caswell committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    691dd7c View commit details
    Browse the repository at this point in the history
  2. iclude FALSE in the tokio instance

    Brian Caswell committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    dbf4504 View commit details
    Browse the repository at this point in the history
  3. as_ptr

    Brian Caswell committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4beedda View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    0a5a194 View commit details
    Browse the repository at this point in the history