libhv icon indicating copy to clipboard operation
libhv copied to clipboard

🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.

Results 126 libhv issues
Sort by recently updated
recently updated
newest added

libhv 引入dpdk实现用户态协议栈的方案有计划实现吗

编译成二制库动态或静态库,给鸿蒙手机端用,可以提供在鸿蒙平台上编译的方法吗?

Problem: Currently, `~HttpHandler()`, `Close()`, `killTimer()`, and `erase()` can propagate exceptions through destructors or cleanup code. This violates safe C++ practices because throwing exceptions from destructors is undefined behavior if another...