Skip to content

com_timeout(DWORD timeoutInMilliseconds) and explicit support for relative time that excludes sleep/hibernation from timeout #521

@vinooc-msft

Description

@vinooc-msft

com_timeout(timeoutInMilliseconds) uses SetThreadpoolTimer, which includes or excludes system time in sleep/hibernation based on whether the timeout value is positive or negative. com_timeout should document this behavior in its header comments, or it should introduce explicit support -- perhaps by adding an excludeSleepHibernationTime = false parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions