MySQL 9.0.0
Source Code Documentation
net::impl::poll Namespace Reference

Typedefs

using poll_fd = pollfd
 

Functions

stdx::expected< size_t, std::error_code > poll (poll_fd *fds, size_t num_fds, std::chrono::milliseconds timeout)
 

Typedef Documentation

◆ poll_fd

Function Documentation

◆ poll()

stdx::expected< size_t, std::error_code > net::impl::poll::poll ( poll_fd fds,
size_t  num_fds,
std::chrono::milliseconds  timeout 
)
inline