fiber::sleepfor stop updating when system clock moves backwards
オープン
- 主要言語
- C++
- スター
- 510
- フォーク
- 123
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。