mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 15:16:27 +00:00
Add thread pool async I/O backend (#97)
* Add thread pool async I/O backend * Make it work with older code
This commit is contained in:
@@ -24,6 +24,7 @@ namespace detail {
|
||||
#if WIBO_ENABLE_LIBURING
|
||||
std::unique_ptr<AsyncIOBackend> createIoUringBackend();
|
||||
#endif
|
||||
std::unique_ptr<AsyncIOBackend> createThreadPoolBackend();
|
||||
|
||||
} // namespace detail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user