You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/22 21:08:00 UTC

[jira] [Commented] (GEODE-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

    [ https://issues.apache.org/jira/browse/GEODE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060012#comment-16060012 ] 

ASF subversion and git services commented on GEODE-2552:
--------------------------------------------------------

Commit bfec2fa7e464bf8b7d45f259b6952ba6ba53f5ef in geode-native's branch refs/heads/develop from Jacob Barrett
[ https://git-wip-us.apache.org/repos/asf?p=geode-native.git;h=bfec2fa ]

GEODE-2552: Replaced sleeps and timers with std::chrono

- Replace NanoSleep with std::this_thread::sleepFor
- Replaced custom time/duration with std::crono.
- Replaced NanoTimer with std::chrono.
- Replaced millisleep with std::this_thread::sleep_for.


> Replace NanoTimer with std::chrono / std::this_thread::sleep_for
> ----------------------------------------------------------------
>
>                 Key: GEODE-2552
>                 URL: https://issues.apache.org/jira/browse/GEODE-2552
>             Project: Geode
>          Issue Type: Task
>            Reporter: Jacob S. Barrett
>            Assignee: Jacob S. Barrett
>
> Replace `NanoTimer` with `std::chrono` / `std::this_thread::sleep_for`



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)