Skip to content

Commit ceb5c75

Browse files
committed
Asynchronous Event Loop: Add Asio, CAF
1 parent 59b8c06 commit ceb5c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
113113

114114
## Asynchronous Event Loop
115115

116+
* [Asio](https://github.com/chriskohlhoff/asio/) - A cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. [Boost] [website](http://think-async.com/)
116117
* [Boost.Asio](http://think-async.com/) - A cross-platform C++ library for network and low-level I/O programming. [Boost]
118+
* [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/)
117119
* [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]
118120
* [libevent](http://libevent.org/) - An event notification library. [BSD]
119121
* [libuv](https://github.com/libuv/libuv) - Cross-platform asychronous I/O. [BSD]

0 commit comments

Comments
 (0)