Add coroutine (C++20) and io_uring support
Opened this issue · 0 comments
subains commented
This is a port of https://github.com/kennthhz/rocksdb. Eventually split the patch into its read and write components. This will help simply review and testing of the patch.
The final objective is to enable async execution of RocksDB API from TiKV. Allow asynchronous execution using C++ 20 coroutines. Leverage io_uring for asynchronous IO support.
Expected behavior
N/A
Actual behavior
N/A
Steps to reproduce the behavior
N/A