Commit 30e36a07 authored by Dominik Charousset's avatar Dominik Charousset

monitor => self->monitor

parent 445281ca
......@@ -364,7 +364,7 @@ void shutdown_mode(Iterator first, Iterator last) {
for (auto& r : remotes) {
try {
actor_ptr x = remote_actor(r.first.c_str(), r.second);
monitor(x);
self->monitor(x);
send(x, atom("shutdown"));
receive (
on(atom("DOWN"), x, val<std::uint32_t>) >> []() {
......
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