forked from Kistler-Group/sdbus-cpp
fix: minor fixes for async timeout handling
This commit is contained in:
committed by
Urs Ritzmann
parent
23fdd0ce8f
commit
b8eb0e8ceb
@ -84,7 +84,8 @@ namespace sdbus {
|
||||
*
|
||||
* @return a duration since the CLOCK_MONOTONIC epoch started.
|
||||
*/
|
||||
[[nodiscard]] std::chrono::microseconds getAbsoluteTimeout() const {
|
||||
[[nodiscard]] std::chrono::microseconds getAbsoluteTimeout() const
|
||||
{
|
||||
return std::chrono::microseconds(timeout_usec);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user