Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery committed Jan 8, 2025
1 parent 3324e50 commit 5ef4b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/win/io_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ class WinFileLock : public FileLock {
HANDLE hFile_;
};

// This class auto closes overlapped.hEvent during destruction if it is not NULL
struct Win_IOHandle {
std::function<void(FSReadRequest&, void*)> cb;
void* cb_arg;
Expand Down

0 comments on commit 5ef4b3e

Please sign in to comment.