From e7b83e8ec83d8e2bb8f3478ae55abd2d168d146f Mon Sep 17 00:00:00 2001 From: ithewei Date: Wed, 4 Mar 2020 17:18:26 +0800 Subject: [PATCH] Add libhv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7aef739..afbcfc9 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [C++ Actor Framework](https://github.com/actor-framework/actor-framework) - An Open Source Implementation of the Actor Model in C++. [BSD-3-Clause] [website](http://actor-framework.org/) * [libev](http://libev.schmorp.de/) - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. [BSD and GPL] * [libevent](http://libevent.org/) - An event notification library. [BSD] +* [libhv](https://github.com/ithewei/libhv) - Cross-platform event loop library. [BSD] * [libuv](https://github.com/libuv/libuv) - Cross-platform asynchronous I/O. [BSD] * [promise-cpp](https://github.com/xhawk18/promise-cpp) - Header only library that implements Promise/A+ standard. [Anti-996] * [uvw](https://github.com/skypjack/uvw) - C++ wrapper for libuv. [MIT]