-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move experimental async io to folly/io/async
Summary: The following targets were moved to folly/io/async: ``` //folly/experimental/io:async_base //folly/experimental/io:async_io //folly/experimental/io:liburing //folly/experimental/io:async_io_uring_socket //folly/experimental/io:simple_async_io //folly/experimental/io:epoll //folly/experimental/io:epoll_backend //folly/experimental/io:event_base_poller //folly/experimental/io:mux_io_thread_pool_executor //folly/experimental/io:io_uring //folly/experimental/io:io_uring_backend //folly/experimental/io:io_uring_provided_buffer_ring //folly/experimental/io:io_uring_event //folly/experimental/io:io_uring_event_base_local //folly/experimental/io/test:async_io_test //folly/experimental/io/test:async_io_uring_socket_test //folly/experimental/io/test:epoll_backend_test //folly/experimental/io/test:io_benchmark //folly/experimental/io/test:io_uring_backend_bench //folly/experimental/io/test:io_uring_backend_setup_test //folly/experimental/io/test:io_uring_backend_test //folly/experimental/io/test:io_uring_event_base_local_test //folly/experimental/io/test:io_uring_event_test //folly/experimental/io/test:io_uring_test //folly/experimental/io/test:registered_fd_benchmark //folly/experimental/io/test:simple_async_io_test ``` `arc f` was applied This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. p:meaio3.folly Differential Revision: D59603836 fbshipit-source-id: 793e3a30ae5e27dfeda85d83ec7e11497cbb13d9
- Loading branch information
1 parent
1c8bc50
commit e5d54e8
Showing
61 changed files
with
3,871 additions
and
3,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.