Skip to content

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

@arc130

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.

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