Skip to content

Commit

Permalink
Async support
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
akankshamahajan15 committed Dec 1, 2023
1 parent b08e77c commit f73c6de
Show file tree
Hide file tree
Showing 13 changed files with 920 additions and 335 deletions.
469 changes: 469 additions & 0 deletions async_refactor

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions env/fs_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,7 @@ class PosixFileSystem : public FileSystem {
}
#endif // ROCKSDB_IOURING_PRESENT

// EXPERIMENTAL
//
// TODO akankshamahajan:
// TODO:
// 1. Update Poll API to take into account min_completions
// and returns if number of handles in io_handles (any order) completed is
// equal to atleast min_completions.
Expand Down
Loading

0 comments on commit f73c6de

Please sign in to comment.