mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
Instead of returning the Unix-tied pollable_fd, return an abstract server_socket class which is then implement atop pollable_fd, but can be replaced with a native implementation.