Pinned Repositories
echo-server
An async TCP echo server in two flavors, using Boost.Asio and Folly.Async, mainly to show the difference between those two libraries in terms of async socket programming.
gossip-sim
A simulator for spreading information in a network of partially connected nodes via gossip.
thousandeyes-futures
Continuations for C++ std::future<> types
mnutzinger's Repositories
mnutzinger/gossip-sim
A simulator for spreading information in a network of partially connected nodes via gossip.
mnutzinger/echo-server
An async TCP echo server in two flavors, using Boost.Asio and Folly.Async, mainly to show the difference between those two libraries in terms of async socket programming.