Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 603 Bytes

readme.md

File metadata and controls

12 lines (5 loc) · 603 Bytes

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.