Commit 51025206 authored by Dominik Charousset's avatar Dominik Charousset

maintenance

parent d26c3459
......@@ -21,7 +21,7 @@ int main() {
// create a new actor that invokes the function echo_actor
auto hello_actor = spawn(echo_actor);
// send "Hello World!" to our new actor
// note: libcppa converts string literals to std::string objects
// note: libcppa converts string literals to std::string
send(hello_actor, "Hello World!");
// wait for a response and print it
receive (
......
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