boostorg / boostorg/fiber

fiber::sleepfor stop updating when system clock moves backwards

Open
#310 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
510
Forks
123
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.