Skip to content

fiber::sleepfor stop updating when system clock moves backwards #310

Description

@arc130

I'm using fiber with shared_work algo on boost 1.78 aarch64.
a simple code is

while (true){
  this_fiber::sleep_for(100ms);

}

when system clock moves backwards, this fiber would never resumed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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