Boost C++ 库

...世界上最受推崇、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

basic_seq_packet_socket::non_blocking - Boost C++ 函数库
PrevUpHomeNext

获取套接字的非阻塞模式。

bool non_blocking() const;
  » more...

设置套接字的非阻塞模式。

void non_blocking(
    bool mode);
  » more...

void non_blocking(
    bool mode,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext