Commit cabb2d83 authored by Dominik Charousset's avatar Dominik Charousset

Add convenience getter for retrieving the config

parent 83e9248d
......@@ -195,6 +195,11 @@ public:
return context_->system();
}
/// Returns the config of the hosting actor system.
inline const actor_system_config& config() const {
return system().config();
}
/// Returns the clock of the actor system.
inline actor_clock& clock() const {
return home_system().clock();
......
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