/libcoevent

Libcovevent is a async-I/O library, but it provide APIs for sync style programming in C++.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Libcovevent is a async-I/O library, but it provide APIs for sync style programming in C++ (C++ coroutines).

Now this repository is under development. It depends on two open source library:

  • libevent: Libevent is a software library that provides asynchronous event notification. Written in C.
  • libco: Libco is a coroutine library which is widely used in wechat back-end service. Written in C++ and assembly.

For recent development progress, please click here.