...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
获取本机套接字实现的非阻塞模式。
bool native_non_blocking() const; » more...
设置本机套接字实现的非阻塞模式。
void native_non_blocking( bool mode); » more... void native_non_blocking( bool mode, boost::system::error_code & ec); » more...