Closed Pagghiu closed 7 months ago
We definitively can use SC::ThreadPool to run Async File Read / Write on background threads for all backends that don't have native support for it (i.e. anything excluding io_uring for buffered disk files).
SC::ThreadPool
io_uring
Added in 5c8fc9f2fc11644c9110203918f8b3313535ab8c
We definitively can use
SC::ThreadPool
to run Async File Read / Write on background threads for all backends that don't have native support for it (i.e. anything excludingio_uring
for buffered disk files).