Commit 582605a2 authored by Dominik Charousset's avatar Dominik Charousset

Add proxy_registry::size member function

parent b82cce1b
......@@ -100,6 +100,10 @@ public:
return system_;
}
inline size_t size() const {
return proxies_.size();
}
private:
void kill_proxy(strong_actor_ptr&, error);
......
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