mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 07:06:18 +00:00
Add hybrid epoll/thread pool async I/O backend (#98)
* Add hybrid epoll/thread pool async I/O backend * Remove thread pool in favor of epoll AIO backend
This commit is contained in:
@@ -24,7 +24,7 @@ namespace detail {
|
||||
#if WIBO_ENABLE_LIBURING
|
||||
std::unique_ptr<AsyncIOBackend> createIoUringBackend();
|
||||
#endif
|
||||
std::unique_ptr<AsyncIOBackend> createThreadPoolBackend();
|
||||
std::unique_ptr<AsyncIOBackend> createEpollBackend();
|
||||
|
||||
} // namespace detail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user