cppcoro
cppcoro copied to clipboard
[Bug Report] Documentation Typo: "ip_service" should be "io_service"
In the API summary of socket
of the documentation:
static socket create_tcpv4(ip_service& ioSvc);
static socket create_tcpv6(ip_service& ioSvc);
static socket create_updv4(ip_service& ioSvc);
static socket create_udpv6(ip_service& ioSvc);
I think all of ip_service
should be io_service
.