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

non-blocking versions of file open/stat #256

Merged
merged 2 commits into from
Apr 18, 2018

Commits on Apr 18, 2018

  1. non-blocking versions of file open/stat

    Motivation:
    
    Opening a file, seeking it or querying its size (or other information)
    is blocking on UNIX so `NonBlockingFileIO` should support that too.
    
    Modifications:
    
    Added a method to `NonBlockingFileIO` which lets the user open a file
    without blocking the calling thread.
    
    Result:
    
    Less blocking is good :)
    weissi committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3b1a8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e3943 View commit details
    Browse the repository at this point in the history