Unverified Commit b39e7039 authored by Samir Halilčević's avatar Samir Halilčević Committed by GitHub

Integrate review feedback

Co-authored-by: default avatarDominik Charousset <dominik@charousset.de>
parent 44c32c26
// This example shows how to use caf::after
// This example shows how to use caf::after.
#include "caf/after.hpp"
......@@ -16,7 +16,7 @@ using std::endl;
using namespace caf;
// Sends a random number of printable characters to buddy and exits
// Sends a random number of printable characters to `sink` and then quits.
void generator(event_based_actor* self, actor sink) {
std::random_device rd;
std::minstd_rand gen{rd()};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment