Commit 7178e464 authored by Dominik Charousset's avatar Dominik Charousset

Add getter for the handle to function_view

parent 229f4935
...@@ -211,6 +211,11 @@ public: ...@@ -211,6 +211,11 @@ public:
return static_cast<bool>(impl_); return static_cast<bool>(impl_);
} }
/// Returns the associated actor handle.
type handle() const {
return impl_;
}
duration timeout; duration timeout;
private: private:
......
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