Haohui Mai created HDFS-8725: -------------------------------- Summary: Use std::chrono to implement the timer in the asio library Key: HDFS-8725 URL: https://issues.apache.org/jira/browse/HDFS-8725 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Haohui Mai Assignee: Haohui Mai
Currently the asio library uses boost to implement its timer service. Since the date time API is available in C++11, this jira proposes to implement the timer service with C++11's timer when boost is unavailable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)